Revert: run all tests.

This commit is contained in:
Andrey Smirnov
2014-01-31 21:14:13 +04:00
parent 59d72c8112
commit a1258f2125
+1 -1
View File
@@ -19,7 +19,7 @@ def run(include_long_tests=False):
"""
Run system test.
"""
tests = ["t06_publish"]#glob.glob("t*_*")
tests = glob.glob("t*_*")
fails = []
numTests = numFailed = numSkipped = 0