From a1258f2125974fda1e308e3919b7612650742d42 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 31 Jan 2014 21:14:13 +0400 Subject: [PATCH] Revert: run all tests. --- system/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/run.py b/system/run.py index 4499b051..638943d6 100755 --- a/system/run.py +++ b/system/run.py @@ -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