author | Matt Mackall <mpm@selenic.com> |
Thu, 06 Jun 2013 14:40:26 -0500 | |
branch | stable |
changeset 1263 | f31eefe0ab4c |
parent 1261 | 13890d7a70b1 |
child 1264 | b42c9f1d461a |
child 1265 | ae952fb9707f |
--- a/tests/run-tests.py Sun Jun 02 18:09:06 2013 -0500 +++ b/tests/run-tests.py Thu Jun 06 14:40:26 2013 -0500 @@ -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")