mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Merge branch 'specify_long_tests' of https://github.com/simonaquino/aptly
This commit is contained in:
@@ -73,6 +73,7 @@ if __name__ == "__main__":
|
||||
if len(sys.argv) > 1:
|
||||
if sys.argv[1] == "--long":
|
||||
include_long_tests = True
|
||||
tests = sys.argv[2:]
|
||||
else:
|
||||
tests = sys.argv[1:]
|
||||
run(include_long_tests, tests)
|
||||
|
||||
Reference in New Issue
Block a user