test:add tmq_sim to community smoke tests on a mac

This commit is contained in:
chenhaoran 2024-11-09 18:37:22 +08:00
parent e4ea6c48be
commit 50e1f40f0f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def setup_module(get_config):
else:
cmd = "mkdir -p ../../debug/build/bin/"
subprocess.getoutput(cmd)
if config["system"] == "Linux": # add tmq_sim
if config["system"] == "Linux" or config["system"] == "Darwin" : # add tmq_sim
cmd = "cp -rf ../../../debug/build/bin/tmq_sim ../../debug/build/bin/."
subprocess.getoutput(cmd)
if config["system"] == "Darwin":