System tests for aptly publish snapshot.

This commit is contained in:
Andrey Smirnov
2014-01-31 19:04:44 +04:00
parent 5bd0546fb7
commit 59d72c8112
20 changed files with 408 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def run(include_long_tests=False):
"""
Run system test.
"""
tests = glob.glob("t*_*")
tests = ["t06_publish"]#glob.glob("t*_*")
fails = []
numTests = numFailed = numSkipped = 0