aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py1
1 files changed, 1 insertions, 0 deletions
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)