commit | a1e166f630082e56a53528d600c93fa76375b047 | [log] [tgz] |
---|---|---|
author | Julian Mullings-Black <julianmb@google.com> | Wed Mar 20 17:27:16 2024 +0000 |
committer | Julian Mullings-Black <julianmb@google.com> | Wed Mar 27 21:07:53 2024 +0000 |
tree | e96369c8c76284fea25a372c279ac6d52f07d562 | |
parent | d48c5a46eff1c05e572fce11e0679db1a4f715d5 [diff] |
Pass through extra flags to the hardware sim Change-Id: I8dd8bc505c525cdc73ecd38fc45611d7b208f81c
diff --git a/build_tools/core_sim_test_runner.sh b/build_tools/core_sim_test_runner.sh index fe70012..1227143 100755 --- a/build_tools/core_sim_test_runner.sh +++ b/build_tools/core_sim_test_runner.sh
@@ -42,7 +42,7 @@ BIN_FILE=$(realpath $1) shift 1 -SIM_OUT=$(${CORE_SIM} "${BIN_FILE}" $@) +SIM_OUT=$(${CORE_SIM} "${BIN_FILE}" $@ "${EXTRA_FLAGS}") RESULT=$? echo "${SIM_OUT}"