Skip to content

Commit

Permalink
REMOVEME: See build logs of the BT tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Dec 4, 2023
1 parent 0349759 commit 5bd0055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/run-ble-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5bd0055

Please sign in to comment.