We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ace5e commit 049800dCopy full SHA for 049800d
ci/base-tests.sh
@@ -51,7 +51,7 @@ cargo test --features "debugging deny-warnings"
51
52
# Run a lint and make sure it produces the expected output. It's also expected to exit with code 1
53
# FIXME: How to match the clippy invocation in compile-test.rs?
54
- ! ./target/debug/clippy-driver -Dwarnings -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/cstring.rs 2> cstring.stderr
+ ./target/debug/clippy-driver -Dwarnings -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/cstring.rs 2> cstring.stderr && exit 1
55
sed -e 's,tests/ui,$DIR,' -e '/= help/d' cstring.stderr > normalized.stderr
56
diff normalized.stderr tests/ui/cstring.stderr
57
0 commit comments