Stop webserver on test run (#1420)

This commit is contained in:
Austin Shalit
2018-11-09 23:36:35 -05:00
committed by Peter Johnson
parent ace37c517e
commit b51b86525d

View File

@@ -112,6 +112,9 @@ if [[ $# -lt $PARAM_COUNTER ]]; then
exit 1
fi
# Make sure the webserver is disabled to save memory
/usr/local/natinst/etc/init.d/systemWebServer stop
# Kill all running robot programs
killall java FRCUserProgram