tests/run-tests.py
branchstable
changeset 22122 a6eddeda93f3
parent 22120 68a7ef4311ce
child 22132 a076a196641b
child 22146 58b5196cce20
--- 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)