checktools: fix comments

This commit is contained in:
Ralf Jung 2022-10-14 08:40:55 +02:00
parent edabf59ca4
commit dbb4271bb4

View File

@ -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