tests/run-tests.py
changeset 1264 b42c9f1d461a
parent 1263 f31eefe0ab4c
child 1265 ae952fb9707f
--- a/tests/run-tests.py	Mon Jun 03 09:59:32 2013 +0100
+++ b/tests/run-tests.py	Thu Jun 06 22:36:18 2013 +0100
@@ -1125,8 +1125,9 @@
         ignored = len(results['i'])
 
         print
-        for s in results['s']:
-            print "Skipped %s: %s" % s
+        if not options.noskips:
+            for s in results['s']:
+                print "Skipped %s: %s" % s
         for s in results['!']:
             print "Failed %s: %s" % s
         _checkhglib("Tested")