X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5c07ba71b9ea3444dddb22dc373a4afe55ad5568..5e34540b562f91c7b383a307c32e1a159266dd11:/tests/alltests?ds=inline diff --git a/tests/alltests b/tests/alltests index b115f7d..812b53a 100755 --- a/tests/alltests +++ b/tests/alltests @@ -56,7 +56,7 @@ for f in os.listdir(testdir): tests.sort() # let's have a consistent order for test in tests: - print "Test '%s'" % test + print "-------- Test '%s' --------" % test dtest.run(test, report=False) print "%d tests" % dtest.tests