run-tests: don't double lines on build failure output stable
authorMatt Mackall <mpm@selenic.com>
Tue, 12 Aug 2014 11:17:29 -0500
branchstable
changeset 22122 a6eddeda93f3
parent 22121 706b91f6dd0e
child 22132 a076a196641b
child 22134 90c8b36d1a2e
run-tests: don't double lines on build failure output
tests/run-tests.py
--- a/tests/run-tests.py	Tue Aug 12 11:10:57 2014 -0500
+++ b/tests/run-tests.py	Tue Aug 12 11:17:29 2014 -0500
@@ -1701,7 +1701,7 @@
         else:
             f = open(installerrs, 'rb')
             for line in f:
-                print line,
+                print line
             f.close()
             sys.exit(1)
         os.chdir(self._testdir)