Commit 3fc4c6fa by Xavier Ordoquy Committed by Florian Apolloner

Keep the command line arguments

parent 8a736d95
...@@ -27,4 +27,5 @@ def runtests(): ...@@ -27,4 +27,5 @@ def runtests():
sys.exit(failures) sys.exit(failures)
if __name__ == '__main__': if __name__ == '__main__':
runtests() runtests(*sys.argv[1:])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment