mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
checktools: fix comments
This commit is contained in:
parent
edabf59ca4
commit
dbb4271bb4
@ -4,7 +4,7 @@ set -eu
|
||||
|
||||
X_PY="$1"
|
||||
|
||||
# Try to test all the tools and store the build/test success in the TOOLSTATE_FILE
|
||||
# Try to test the toolstate-tracked tools and store the build/test success in the TOOLSTATE_FILE.
|
||||
|
||||
set +e
|
||||
python3 "$X_PY" test --stage 2 --no-fail-fast \
|
||||
@ -19,6 +19,8 @@ set -e
|
||||
|
||||
# debugging: print out the saved toolstates
|
||||
cat /tmp/toolstate/toolstates.json
|
||||
|
||||
# Test remaining tools that must pass.
|
||||
python3 "$X_PY" test --stage 2 check-tools
|
||||
python3 "$X_PY" test --stage 2 src/tools/clippy
|
||||
python3 "$X_PY" test --stage 2 src/tools/rustfmt
|
||||
|
Loading…
Reference in New Issue
Block a user