diff --git a/rl_coach/tests/presets/test_presets.py b/rl_coach/tests/presets/test_presets.py index aeea1c0..ee4e63c 100644 --- a/rl_coach/tests/presets/test_presets.py +++ b/rl_coach/tests/presets/test_presets.py @@ -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)