tests/run-tests.py
branchstable
changeset 22122 a6eddeda93f3
parent 22120 68a7ef4311ce
child 22132 a076a196641b
child 22146 58b5196cce20
equal deleted inserted replaced
22121:706b91f6dd0e 22122:a6eddeda93f3
  1699             if not self.options.verbose:
  1699             if not self.options.verbose:
  1700                 os.remove(installerrs)
  1700                 os.remove(installerrs)
  1701         else:
  1701         else:
  1702             f = open(installerrs, 'rb')
  1702             f = open(installerrs, 'rb')
  1703             for line in f:
  1703             for line in f:
  1704                 print line,
  1704                 print line
  1705             f.close()
  1705             f.close()
  1706             sys.exit(1)
  1706             sys.exit(1)
  1707         os.chdir(self._testdir)
  1707         os.chdir(self._testdir)
  1708 
  1708 
  1709         self._usecorrectpython()
  1709         self._usecorrectpython()