comparison tests/run-tests.py @ 22122:a6eddeda93f3 stable

run-tests: don't double lines on build failure output
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 11:17:29 -0500
parents 68a7ef4311ce
children a076a196641b 58b5196cce20
comparison
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()