We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ae820 commit a7472a5Copy full SHA for a7472a5
graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py
@@ -83,6 +83,8 @@ def test_tagged():
83
if "-debug-java" in sys.argv:
84
cmd.append("-debug-java")
85
cmd += [RUNNER]
86
+ if "-vv" in sys.argv:
87
+ cmd += ['-v']
88
for testpattern in working_test[1]:
89
cmd.extend(["-k", testpattern])
90
print("Running test:", working_test[0])
0 commit comments