summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-25 13:14:50 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-25 13:15:31 +0200
commita70d80b9cc5fb1b2487339bdef4152796ed2ff8d (patch)
treee7246c55e13f2317bf2be78ebaf6ab8782ef8316
parenta45450a42e4cdcd7f2d5671984c9c7f3945131fd (diff)
downloadvmadm-a70d80b9cc5fb1b2487339bdef4152796ed2ff8d.tar.gz
test: don't hide clippy output if it's successful
Warnings don't seem to cause a failure.
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index c488509..c81d919 100755
--- a/check
+++ b/check
@@ -21,7 +21,7 @@ got_cargo_cmd()
}
$hideok cargo build --all-targets
-got_cargo_cmd clippy && $hideok cargo clippy
+got_cargo_cmd clippy && cargo clippy -q
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test