diff --git a/app/run-ble-test.sh b/app/run-ble-test.sh index 9984caa14e20..750c188df2e4 100755 --- a/app/run-ble-test.sh +++ b/app/run-ble-test.sh @@ -20,7 +20,7 @@ fi if [ -z "$BLE_TESTS_NO_CENTRAL_BUILD" ]; then if ! [ -e build/tests/ble/central ]; then - west build -d build/tests/ble/central -b nrf52_bsim tests/ble/central > /dev/null 2>&1 + west build -d build/tests/ble/central -b nrf52_bsim tests/ble/central else west build -d build/tests/ble/central fi @@ -50,7 +50,7 @@ fi testcase="$path" echo "Running $testcase:" -west build -d build/$testcase -b nrf52_bsim -- -DZMK_CONFIG="$(pwd)/$testcase" > /dev/null 2>&1 +west build -d build/$testcase -b nrf52_bsim -- -DZMK_CONFIG="$(pwd)/$testcase" if [ $? -gt 0 ]; then echo "FAILED: $testcase did not build" | tee -a ./build/tests/pass-fail.log exit 1