Skip to content

Commit

Permalink
state
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Jul 23, 2024
1 parent 9993407 commit 1e5d301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def add_boost_support(target, target_os):
'-ex', 'bt',
'-ex', 'quit']
else:
run_test_command = test_prefix + test_cmd + ' cmce'
run_test_command = test_prefix + test_cmd + ['cmce']

return flags, run_test_command, make_prefix

Expand Down

0 comments on commit 1e5d301

Please sign in to comment.