diff --git a/tests/run_tests.py b/tests/run_tests.py index 8e9898f..07ec5d7 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -680,7 +680,7 @@ def main(): custom_ldscripts = False try: - opts, args = getopt.getopt(sys.argv[1:], "vVfdt:b:p:c:lh") + opts, args = getopt.getopt(sys.argv[1:], "vVft:b:p:c:lh") except getopt.GetoptError, err: print str(err) sys.exit(1)