Skip to content

Commit

Permalink
Auto merge of #3536 - matthiaskrgr:fix_script, r=oli-obk
Browse files Browse the repository at this point in the history
fix typo in script
  • Loading branch information
bors committed Dec 12, 2018
2 parents f26c39b + 7fe39c9 commit 921d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/base-tests.sh
Expand Up @@ -41,7 +41,7 @@ for file in `find tests -not -path "tests/ui/methods.rs" -not -path "tests/ui/fo
rustfmt ${file} --check || echo "${file} needs reformatting!" ; needs_formatting=true
done

if [ "${needs_reformatting}" = true] ; then
if [ "${needs_reformatting}" = true ] ; then
echo "Tests need reformatting!"
exit 2
fi
Expand Down

0 comments on commit 921d4da

Please sign in to comment.