From ead430a11c26b1bf6e6cefc313c7357d21f7dbe4 Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Fri, 2 Aug 2024 21:41:05 +0200 Subject: [PATCH] Update run_conformance_tests.py Co-authored-by: Alexey Bader --- run_conformance_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_conformance_tests.py b/run_conformance_tests.py index 481190bcb..d314c1666 100755 --- a/run_conformance_tests.py +++ b/run_conformance_tests.py @@ -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)