mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
capture stdout during preset tests
This commit is contained in:
@@ -61,7 +61,7 @@ def test_preset_runs(preset):
|
||||
if level != "":
|
||||
params += ["-lvl", level]
|
||||
|
||||
p = Popen(params, stdout=DEVNULL)
|
||||
p = Popen(params)
|
||||
|
||||
# wait 10 seconds overhead of initialization etc.
|
||||
time.sleep(10)
|
||||
|
||||
Reference in New Issue
Block a user