minor format & typo fixes

This commit is contained in:
AnHaechan
2023-08-21 01:58:29 +00:00
parent 1d42316a07
commit 24dc47a7cf
7 changed files with 7 additions and 173 deletions

View File

@@ -24,7 +24,7 @@ run_linters || exit 1
for RUNNER in "${RUNNERS[@]}"; do
echo "Running with $RUNNER..."
TESTS=("--lib assignment11_grade")
TESTS=("--lib assignment11")
if [ $(run_tests) -ne 0 ]; then
exit 1
fi