[ci] Report failed status to Azure on failed tests (#2654)

This commit is contained in:
Austin Shalit
2023-12-01 20:53:57 -08:00
committed by GitHub
parent 5dad46cd45
commit 464e6121ef

View File

@@ -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
@@ -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