From ee460ca387a8da5ed287f4de335e86393f2244cf Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 9 Sep 2021 10:25:57 +0200 Subject: [test] explicitly pass check=True to subprocess.run --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 29a608f..bfb27e3 100755 --- a/test.py +++ b/test.py @@ -60,6 +60,7 @@ def run_bot(test, sender, cmd): ["python3", "./geldschieberbot.py"], text=True, capture_output=True, + check=True, # res = subprocess.run(["python3", "./bot.py"], text=True, capture_output=True, input=msg) -- cgit v1.2.3