X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5c07ba71b9ea3444dddb22dc373a4afe55ad5568..dbeb3844d762fabcf63bf7c9c0cc512f505f890d:/tests/alltests 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