mavsdk_tests: remove output to logfile for now

This commit is contained in:
Julian Oes 2019-11-14 16:41:58 +01:00 committed by Lorenz Meier
parent 6e0cb7859e
commit 99fbadac70
1 changed files with 2 additions and 1 deletions

View File

@ -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)