Skip to content

Commit

Permalink
Update run_conformance_tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Bader <[email protected]>
  • Loading branch information
dm-vodopyanov and bader authored Aug 2, 2024
1 parent 36a7810 commit ead430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_conformance_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def handle_args(argv):
action='store_true')
parser.add_argument(
'--run-only',
help='Whether to perform only testing for already compiled tests.',
help='Skip build step and perform only testing for already compiled tests.',
required=False,
action='store_true')
args = parser.parse_args(argv)
Expand Down

0 comments on commit ead430a

Please sign in to comment.