Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Sep 19, 2024
1 parent ab1ac36 commit 4b0e061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmake/ctest-to-auto-run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_art_name(test_info):
cmakelists = relative_to(test_info['cmakelists'], opendds_root).as_posix()
cmd = test_info['cmd']
if cmd == ['NOT_AVAILABLE']:
sys.exit('ERROR: --config probably option is needed')
sys.exit('ERROR: Command from test missing, --config option is probably needed')
command_parts = [p for p in cmd[1:] if p]
try:
# Remove -ExeSubDir DIR to make the output consistent
Expand Down

0 comments on commit 4b0e061

Please sign in to comment.