mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +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 len(sys.argv) > 1:
|
||||||
if sys.argv[1] == "--long":
|
if sys.argv[1] == "--long":
|
||||||
include_long_tests = True
|
include_long_tests = True
|
||||||
|
tests = sys.argv[2:]
|
||||||
else:
|
else:
|
||||||
tests = sys.argv[1:]
|
tests = sys.argv[1:]
|
||||||
run(include_long_tests, tests)
|
run(include_long_tests, tests)
|
||||||
|
|||||||
Reference in New Issue
Block a user