X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0db97c0d2f4568c2b5b5f5f9b791b8025b4732aa..32a1e1e1fd13581c6f09ed28b892357b3d169221:/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