From 7fc86e5b7a6447976d8dec5c7aeb2732de5a36b9 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Thu, 5 Jul 2018 17:27:48 +0200 Subject: skip tests for now :( --- snekbox.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snekbox.py') diff --git a/snekbox.py b/snekbox.py index a4dd711..95ff7e0 100644 --- a/snekbox.py +++ b/snekbox.py @@ -67,6 +67,9 @@ class Snekbox(object): except IndexError: output = '' + elif proc.returncode == 11: + output = 'segfaulted, nice work!' + elif proc.returncode == 109: output = 'timed out or memory limit exceeded' -- cgit v1.2.3