1
0
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:
Zach Dwiel
2018-10-03 14:57:57 -04:00
committed by zach dwiel
parent 517aac163a
commit fbaf19543e

View File

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