Skip to content

Commit 49f802a

Browse files
committed
Small fix.
1 parent d8f3746 commit 49f802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestCases/TestCase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def parse_args(description: str):
4646
parser = argparse.ArgumentParser(description=description)
4747
parser.add_argument('--tsan', action='store_true', help='Run thread sanitizer tests. Requires a tsan-enabled SU2 build.')
4848
parser.add_argument('--asan', action='store_true', help='Run address sanitizer tests. Requires an asan-enabled SU2 build.')
49-
parser.add_argument('--tagtape', action='store_true', help='Run discrete adjoint tests in tape debug mode. Requires a SU2_CFD_AD build with Tag reverse type.')
49+
parser.add_argument('--tapetests', action='store_true', help='Run discrete adjoint tests in tape debug mode. Requires a SU2_CFD_AD build with Tag reverse type.')
5050
return parser.parse_args()
5151

5252
class TestCase:

0 commit comments

Comments
 (0)