mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-09 04:01:49 +08:00
mavsdk_tests: remove output to logfile for now
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user