-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustfmt tests #3529
rustfmt tests #3529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from what @sinkuu said, it would be good to include the subdirectories, too. Otherwise this LGTM.
…nd add #[rustfmt::skip]
appveyor is unhappy |
@oli-obk yup, that's probably going to be fixed by rust-lang-deprecated/failure#279 |
@bors try |
rustfmt tests also fails CI if tests turn out to not be formatted properly.
./ci/base-tests.sh: line 44: [: missing |
☀️ Test successful - status-appveyor, status-travis |
@bors r+ |
📌 Commit 36266b3 has been approved by |
rustfmt tests also fails CI if tests turn out to not be formatted properly.
☀️ Test successful - status-appveyor, status-travis |
The fact that CI was green while there was a syntax error in the script is actually quite concerning... |
I'd didn't exit because it was told not to exit on error Line 35 in 921d4da
|
base-tests: don't print all commands to stdout during the loop Fixes thinko in #3529
Fixed via #3537 |
also fails CI if tests turn out to not be formatted properly.