Skip to content

Commit 8cba97b

Browse files
committed
Adjust CI to how the ui test suite works
1 parent c6f20a6 commit 8cba97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ unset CARGO_MANIFEST_DIR
2929

3030
# Run a lint and make sure it produces the expected output. It's also expected to exit with code 1
3131
# FIXME: How to match the clippy invocation in compile-test.rs?
32-
./target/debug/clippy-driver -Dwarnings -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/double_neg.rs 2>double_neg.stderr && exit 1
32+
./target/debug/clippy-driver -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/double_neg.rs 2>double_neg.stderr && exit 1
3333
sed -e "s,tests/ui,\$DIR," -e "/= help/d" double_neg.stderr >normalized.stderr
3434
diff -u normalized.stderr tests/ui/double_neg.stderr
3535

0 commit comments

Comments
 (0)