aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/unittest_template.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/unittest_template.py b/resources/unittest_template.py
index 02d3894..38e3be8 100644
--- a/resources/unittest_template.py
+++ b/resources/unittest_template.py
@@ -27,6 +27,8 @@ def _exit_sandbox(code: int) -> NoReturn:
- 5: Syntax error while parsing user code
- 6: Uncaught exception while loading user code
- 99: Internal error
+
+ 137 can also be generated by NsJail when killing the process.
"""
print(RESULT.getvalue(), file=ORIGINAL_STDOUT, end="")
sys.exit(code)