make path normalization compatible with mac python2
This commit is contained in:
parent
f9fa3fe65f
commit
087101e285
1 changed files with 2 additions and 0 deletions
2
src/test/run-make-fulldeps/coverage-reports/normalize_paths.py
Normal file → Executable file
2
src/test/run-make-fulldeps/coverage-reports/normalize_paths.py
Normal file → Executable file
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
|
||||
# Normalize file paths in output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue