tests/run-tests.py
branchstable
changeset 1210 02c4186c3aca
parent 1208 9bd54c35af97
child 1212 2ea362720f72
equal deleted inserted replaced
1208:9bd54c35af97 1210:02c4186c3aca
   620     script = []
   620     script = []
   621     if options.debug:
   621     if options.debug:
   622         script.append('set -x\n')
   622         script.append('set -x\n')
   623     if os.getenv('MSYSTEM'):
   623     if os.getenv('MSYSTEM'):
   624         script.append('alias pwd="pwd -W"\n')
   624         script.append('alias pwd="pwd -W"\n')
       
   625     n = 0
   625     for n, l in enumerate(t):
   626     for n, l in enumerate(t):
   626         if not l.endswith('\n'):
   627         if not l.endswith('\n'):
   627             l += '\n'
   628             l += '\n'
   628         if l.startswith('#if'):
   629         if l.startswith('#if'):
   629             if skipping is not None:
   630             if skipping is not None: