##// END OF EJS Templates
tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode...
Mads Kiilerich -
r15940:4bc35496 stable
parent child Browse files
Show More
@@ -598,6 +598,8 b' def tsttest(test, wd, options, replaceme'
598 f.close()
598 f.close()
599
599
600 script = []
600 script = []
601 if options.debug:
602 script.append('set -x\n')
601 if os.getenv('MSYSTEM'):
603 if os.getenv('MSYSTEM'):
602 script.append('alias pwd="pwd -W"\n')
604 script.append('alias pwd="pwd -W"\n')
603 for n, l in enumerate(t):
605 for n, l in enumerate(t):
General Comments 0
You need to be logged in to leave comments. Login now