tests/run-tests.py
changeset 1211 fa2a1c11ae4b
parent 1210 02c4186c3aca
child 1212 2ea362720f72
equal deleted inserted replaced
1209:49ca5f6f1a95 1211:fa2a1c11ae4b
   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: