chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
exit not _exit, for benefit of coverage testing
[disorder]
/
tests
/
alltests
diff --git
a/tests/alltests
b/tests/alltests
index b115f7d1e226c0c113e5858c30a83024f85873df..812b53a2404533d35d9ad7e834e8a6cac1dc11e4 100755
(executable)
--- 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