Skip to content

Commit 9f22530

Browse files
authored
Rollup merge of #103039 - RalfJung:checktools, r=Dylan-DPC
checktools: fix comments This bothers me each time I see it, time to fix it. ;) r? ```@Mark-Simulacrum```
2 parents d47b755 + dbb4271 commit 9f22530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
X_PY="$1"
66

7-
# Try to test all the tools and store the build/test success in the TOOLSTATE_FILE
7+
# Try to test the toolstate-tracked tools and store the build/test success in the TOOLSTATE_FILE.
88

99
set +e
1010
python3 "$X_PY" test --stage 2 --no-fail-fast \
@@ -19,6 +19,8 @@ set -e
1919

2020
# debugging: print out the saved toolstates
2121
cat /tmp/toolstate/toolstates.json
22+
23+
# Test remaining tools that must pass.
2224
python3 "$X_PY" test --stage 2 check-tools
2325
python3 "$X_PY" test --stage 2 src/tools/clippy
2426
python3 "$X_PY" test --stage 2 src/tools/rustfmt

0 commit comments

Comments
 (0)