From ad8cedc452cfdd9da43ae1f3f0365a0b99d845a4 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 12 May 2016 00:31:37 -0300 Subject: [PATCH] sim_vehicle.py: remove unused AUTOTEST variable --- Tools/autotest/sim_vehicle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tools/autotest/sim_vehicle.py b/Tools/autotest/sim_vehicle.py index bf0420a60f..5143104148 100755 --- a/Tools/autotest/sim_vehicle.py +++ b/Tools/autotest/sim_vehicle.py @@ -608,8 +608,6 @@ if not os.path.exists(vehicledir): print("vehicle directory (%s) does not exist" % (vehicledir,)) sys.exit(1) -os.environ['AUTOTEST'] = find_autotest_dir() # should we only drop this in subprocess env? - if not opts.hil: if opts.instance == 0: kill_tasks()