From a0468db06470474ba8ca5fc346dfca92067e5abc Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 14 Aug 2014 12:31:06 +0900 Subject: [PATCH] AutoTest: update sim_vehicle for antenna move --- Tools/autotest/sim_vehicle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/sim_vehicle.sh b/Tools/autotest/sim_vehicle.sh index 9eaa27f152..c8150b8247 100755 --- a/Tools/autotest/sim_vehicle.sh +++ b/Tools/autotest/sim_vehicle.sh @@ -230,7 +230,7 @@ TRACKER_HOME=$(cat $autotest/locations.txt | grep -i "^$TRACKER_LOCATION=" | cut if [ $START_ANTENNA_TRACKER == 1 ]; then - pushd $autotest/../AntennaTracker + pushd $autotest/../../AntennaTracker if [ $CLEAN_BUILD == 1 ]; then make clean fi