From e55213ed71f1a676ff66154dd1eaf6465c41e259 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 18 Oct 2024 20:17:30 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 3f9b278..ea8d54b 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -262,7 +262,7 @@ limit.cpu = 180 # p2 takes long to compile limit.stderr = 128 # compile parsers -parsers = [ "result-detail", "result-status" ] +parsers = [ "result-detail", "dummy", "result-status" ] result-status.comment = "Congratulations! Your code compiled successfully." dummy.comment = "\n\n### Details\n" result-detail.exitstatus = true