mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 22:48:45 +00:00
modify grading criteria
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user