From e3802912bb22df0aad1aaffc46b4b0d17f2c1923 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 14 Sep 2024 21:42:13 -0400 Subject: [PATCH] chore: add TODO --- bin/joj3-teapot | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/joj3-teapot b/bin/joj3-teapot index cbda9a2..b04f128 100755 --- a/bin/joj3-teapot +++ b/bin/joj3-teapot @@ -9,6 +9,7 @@ GRADING_REPO_NAME="$1" SUBMITTER_NAME="$2" SUBMITTER_REPO_NAME=$(echo "$3" | cut -d'/' -f2) +# TODO: redirect stdout & stderr to /dev/null in deployment /usr/local/bin/joint-teapot joj3-scoreboard \ $ENV_FILE_PATH \ $JOJ3_RESULT_FILE_PATH \