Skip to content

Commit c2c29a9

Browse files
committed
Run tagged unittest runner in verbose mode
1 parent 7ed5c80 commit c2c29a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ def test_tagged():
108108
cmd.append("--inspect")
109109
if "-debug-java" in sys.argv:
110110
cmd.append("-debug-java")
111-
cmd += [RUNNER]
112-
if "-vv" in sys.argv:
113-
cmd += ['-v']
111+
cmd += [RUNNER, '-v']
114112
for testpattern in working_test_group:
115113
if testpattern:
116114
cmd.extend(["-k", testpattern])

0 commit comments

Comments
 (0)