##// END OF EJS Templates
tests: use an alias to make msys 'pwd' return paths with forward slashes
Mads Kiilerich -
r15569:3e13ade4 default
parent child Browse files
Show More
@@ -593,6 +593,8 b' def tsttest(test, wd, options, replaceme'
593 f.close()
593 f.close()
594
594
595 script = []
595 script = []
596 if os.getenv('MSYSTEM'):
597 script.append('alias pwd="pwd -W"\n')
596 for n, l in enumerate(t):
598 for n, l in enumerate(t):
597 if not l.endswith('\n'):
599 if not l.endswith('\n'):
598 l += '\n'
600 l += '\n'
General Comments 0
You need to be logged in to leave comments. Login now