From 7cd64a33a426c69b06cf1bb1782b19fac7fb9356 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 2 Dec 2024 13:19:12 +0100 Subject: [PATCH] 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 --- .../gatt/notify_multiple/test_scripts/_notify-debug.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/bsim/bluetooth/host/gatt/notify_multiple/test_scripts/_notify-debug.sh b/tests/bsim/bluetooth/host/gatt/notify_multiple/test_scripts/_notify-debug.sh index b104a3d666a..c8b56cf46b1 100755 --- a/tests/bsim/bluetooth/host/gatt/notify_multiple/test_scripts/_notify-debug.sh +++ b/tests/bsim/bluetooth/host/gatt/notify_multiple/test_scripts/_notify-debug.sh @@ -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