From 8c01e9065abb52cc1974e7a11f98df8acf055a6c Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Wed, 22 Oct 2014 11:23:49 -0400 Subject: [PATCH] Fixes a bug with the test stand launch script The Test Stand Serve launch script now runs the correct command. Change-Id: I790b55fc24284665ec5f32effdd6fbc66c2d334a --- test-scripts/spawn_driver_station.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-scripts/spawn_driver_station.sh b/test-scripts/spawn_driver_station.sh index eb4557ca7c..b48e0a7035 100755 --- a/test-scripts/spawn_driver_station.sh +++ b/test-scripts/spawn_driver_station.sh @@ -8,7 +8,7 @@ source config.sh -TESTSTAND_SERVE_COMMAND=".scratch/teststand serve" +TESTSTAND_SERVE_COMMAND="/usr/local/frc/bin/teststand serve" #Checks to see if the mutex driver station is running. If it isn't then start it.