Skip to content

Commit 9f3ea1a

Browse files
committed
junit - drop unused arg
1 parent 4c789ea commit 9f3ea1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/junit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def create_argparser() -> argparse.ArgumentParser:
2424
help='Output mode, junit or tap',
2525
default=RunMode.JUNIT)
2626
parser.add_argument('-n', '--nproc', type=int, default=1, help='number of MPI processes')
27-
parser.add_argument('-o', '--output', type=Optional[Path], default=None, help='Output file to write test')
2827
parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for output file')
2928
parser.add_argument('-np', '--pool-size', type=int, default=1, help='Number of test cases to run in parallel')
3029
parser.add_argument('-s', '--search', type=str, default='.*',

0 commit comments

Comments
 (0)