Browse Source

sim_vehicle.py: remove unused AUTOTEST variable

mission-4.1.18
Lucas De Marchi 9 years ago
parent
commit
ad8cedc452
  1. 2
      Tools/autotest/sim_vehicle.py

2
Tools/autotest/sim_vehicle.py

@ -608,8 +608,6 @@ if not os.path.exists(vehicledir): @@ -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()

Loading…
Cancel
Save