tests/run-tests.py
branchstable
changeset 1307 164ed9bf157c
parent 1305 d8b739c3d37a
child 1313 2a1cad657b6d
--- a/tests/run-tests.py	Fri Nov 15 22:57:11 2013 -0500
+++ b/tests/run-tests.py	Sun Nov 17 10:59:35 2013 -0500
@@ -1134,6 +1134,8 @@
         _checkhglib("Tested")
         print "# Ran %d tests, %d skipped, %d failed." % (
             tested, skipped + ignored, failed)
+        if results['!']:
+            print 'python hash seed:', os.environ['PYTHONHASHSEED']
         if options.time:
             outputtimes(options)
 
@@ -1185,7 +1187,6 @@
         # use a random python hash seed all the time
         # we do the randomness ourself to know what seed is used
         os.environ['PYTHONHASHSEED'] = str(random.getrandbits(32))
-        print 'python hash seed:', os.environ['PYTHONHASHSEED']
 
     global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE
     TESTDIR = os.environ["TESTDIR"] = os.getcwd()