diff options
Diffstat (limited to 'run-tests.py')
-rwxr-xr-x | run-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.py b/run-tests.py index 7756e4d..4f13eb5 100755 --- a/run-tests.py +++ b/run-tests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import tests -import os, sys, getopt +import os, sys if len(sys.argv) > 1 and sys.argv[1] == "update": if len(sys.argv) > 2: |