Skip to content

Commit

Permalink
[ci] Report failed status to Azure on failed tests (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinShalit authored Dec 2, 2023
1 parent 5dad46c commit 464e612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-scripts/run-tests-on-robot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# There is one file (delploy-and-run-test-on-robot.sh) that is designed to
# deploy this file along with the compiled tests for you.

set -e

# Configurable variables
source config.sh

Expand Down Expand Up @@ -114,7 +116,7 @@ fi
/usr/local/natinst/etc/init.d/systemWebServer stop

# Kill all running robot programs
killall java FRCUserProgram
killall java FRCUserProgram || true

# If we are running with the -d argument move the test to the DEFAULT_TEST_DIR
if [[ ! -e "${TEST_DIR}/${TEST_FILE}" ]]; then
Expand Down

0 comments on commit 464e612

Please sign in to comment.