summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-04-20 19:21:22 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-04-20 19:21:22 +0300
commit645392adb2c12649fc72164422fecb15993046e8 (patch)
treed5df73ef32ad5dc051a6dec675489ca2f5735c03 /check
parent6ee2450e2c0478440c56f9a0f754edaaa901d957 (diff)
downloadobnam2-645392adb2c12649fc72164422fecb15993046e8.tar.gz
fix(check): don't hide Clippy output if -v is specified
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 3156058..bcb04e0 100755
--- a/check
+++ b/check
@@ -20,7 +20,7 @@ got_cargo_cmd()
cargo "$1" --help > /dev/null
}
-got_cargo_cmd clippy && cargo clippy -q --all-targets
+got_cargo_cmd clippy && $hideok cargo clippy --all-targets
$hideok cargo build --all-targets
got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test