tests/bsim: Fix host/gatt/notify_multiple _notify-debug
This custom debug script had rotten, let's fix it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e9163992cf
commit
7cd64a33a4
1 changed files with 2 additions and 5 deletions
|
@ -11,14 +11,11 @@
|
||||||
# GDB can be run on the two devices at the same time without issues, just append
|
# GDB can be run on the two devices at the same time without issues, just append
|
||||||
# `debug` when running the script.
|
# `debug` when running the script.
|
||||||
|
|
||||||
|
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
|
||||||
|
|
||||||
simulation_id="notify_multiple"
|
simulation_id="notify_multiple"
|
||||||
verbosity_level=2
|
verbosity_level=2
|
||||||
|
|
||||||
: "${BSIM_OUT_PATH:?BSIM_OUT_PATH must be defined}"
|
|
||||||
|
|
||||||
#Give a default value to BOARD if it does not have one yet:
|
|
||||||
BOARD="${BOARD:-nrf52_bsim}"
|
|
||||||
|
|
||||||
cd ${BSIM_OUT_PATH}/bin
|
cd ${BSIM_OUT_PATH}/bin
|
||||||
|
|
||||||
if [[ $2 == "debug" ]]; then
|
if [[ $2 == "debug" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue