diff --git a/bin/nightly_build.py b/bin/nightly_build.py index a82c1496f..8f806d119 100755 --- a/bin/nightly_build.py +++ b/bin/nightly_build.py @@ -351,7 +351,7 @@ class TestRunner: if test_exctention: command = [test_type, test_name, test_exctention] - logger.info(f"Command used to run tests: {test_type} {test_name} -{test_exctention}") + logger.info(f"Command used to run tests: {test_type} {test_name} {test_exctention}") else: command = [test_type, test_name] logger.info(f"Command used to run tests: {test_type} {test_name}")