mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Stop webserver on test run (#1420)
This commit is contained in:
committed by
Peter Johnson
parent
ace37c517e
commit
b51b86525d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user