public/js/tests/entrypoint.sh

11 lines
165 B
Bash
Raw Permalink Normal View History

2020-05-29 14:15:39 +00:00
#!/bin/sh
2020-05-29 12:35:41 +00:00
set -e
2020-05-29 12:35:41 +00:00
if test "$CODE_EDITOR_RUN_ONLY" = true; then
node "/jail/student/${EXERCISE}.js" "$@"
exit
fi
2021-02-24 13:06:03 +00:00
node /app/test.mjs "/jail/student" "${EXERCISE}"