Merge branch 'specify_long_tests' of https://github.com/simonaquino/aptly

This commit is contained in:
Andrey Smirnov
2014-07-02 10:03:19 +04:00
+1
View File
@@ -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)