From 87d43d766de965d7e74f3169a9b0110be7e6990a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 3 Jan 2014 14:27:12 +1100 Subject: [PATCH] autotest: kill off lt-JSBSim too on some systems it gets this name --- Tools/autotest/sim_arduplane.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/autotest/sim_arduplane.sh b/Tools/autotest/sim_arduplane.sh index e18a71409b..b21632bbcd 100755 --- a/Tools/autotest/sim_arduplane.sh +++ b/Tools/autotest/sim_arduplane.sh @@ -25,8 +25,7 @@ shift $((OPTIND-1)) # kill existing copy if this is the '0' instance only [ "$INSTANCE" -eq "0" ] && { - killall -q JSBSim - killall -q ArduPlane.elf + killall -q JSBSim lt-JSBSim ArduPlane.elf pkill -f runsim.py }