modify grading criteria

This commit is contained in:
woojin
2023-08-23 16:52:57 +09:00
parent 5df7e204e3
commit da46ba98c2
3 changed files with 36 additions and 116 deletions

View File

@@ -18,13 +18,11 @@ run_linters || exit 0
echo "Running with $RUNNER..."
echo "Below lines will show only failed tests."
ASSIGNMENT=$(printf "assignment%02d" $1)
TEST_NAME=$(printf "TEST%02d" $1)
TESTS=$(get_test_cases $TEST_NAME)
# Runs tests.
SCORE=$(run_tests)
echo Your score: ${SCORE}
echo Your score: $SCORE
exit $SCORE