You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bin/sage-runtests
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ if __name__ == "__main__":
69
69
parser.add_argument("-i", "--initial", action="store_true", default=False, help="only show the first failure in each file")
70
70
parser.add_argument("--exitfirst", action="store_true", default=False, help="end the test run immediately after the first failure or unexpected exception")
71
71
parser.add_argument("--force_lib", "--force-lib", action="store_true", default=False, help="do not import anything from the tested file(s)")
72
-
parser.add_argument("--only-lib", action="store_true", default=False, help="skip Python/Cython files that are not installed as modules")
72
+
parser.add_argument("--if-installed", action="store_true", default=False, help="skip Python/Cython files that are not installed as modules")
73
73
parser.add_argument("--abspath", action="store_true", default=False, help="print absolute paths rather than relative paths")
74
74
parser.add_argument("--verbose", action="store_true", default=False, help="print debugging output during the test")
75
75
parser.add_argument("-d", "--debug", action="store_true", default=False, help="drop into a python debugger when an unexpected error is raised")
0 commit comments