Browse Source

mavsdk_tests: remove output to logfile for now

sbg
Julian Oes 5 years ago committed by Lorenz Meier
parent
commit
99fbadac70
  1. 3
      test/mavsdk_tests/mavsdk_test_runner.py

3
test/mavsdk_tests/mavsdk_test_runner.py

@ -50,7 +50,8 @@ class Runner: @@ -50,7 +50,8 @@ class Runner:
[self.cmd] + self.args,
cwd=self.cwd,
env=self.env,
stdout=f, stderr=f
# FIXME: this is currently not working
# stdout=subprocess.STDOUT
)
atexit.register(self.stop)

Loading…
Cancel
Save