mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
grader updates from CS431 (#11)
* If any of linters fail, don't run the tests. * If build fails, echo the error message to stderr. * Fix sanitizer options. * Don't use colored output (it messes up gg log). * $@ → "$@" * $@ → $* in string
This commit is contained in:
committed by
Seungmin Jeon
parent
e91413b506
commit
7913e6774e
@@ -18,8 +18,7 @@ RUNNERS=(
|
||||
)
|
||||
|
||||
# Lints.
|
||||
cargo fmt --check
|
||||
cargo clippy
|
||||
run_linters || exit 1
|
||||
|
||||
# Executes test for each runner.
|
||||
for RUNNER in "${RUNNERS[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user