checktools: fix comments
This commit is contained in:
parent
edabf59ca4
commit
dbb4271bb4
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue