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:
Alberto Escolar Piedras 2024-12-02 13:19:12 +01:00 committed by Benjamin Cabé
commit 7cd64a33a4

View file

@ -11,14 +11,11 @@
# GDB can be run on the two devices at the same time without issues, just append
# `debug` when running the script.
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
simulation_id="notify_multiple"
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
if [[ $2 == "debug" ]]; then