mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[ci] Report failed status to Azure on failed tests (#2654)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user