mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
System tests for aptly publish snapshot.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user