We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d47b755 + dbb4271 commit 9f22530Copy full SHA for 9f22530
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -4,7 +4,7 @@ set -eu
4
5
X_PY="$1"
6
7
-# 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.
8
9
set +e
10
python3 "$X_PY" test --stage 2 --no-fail-fast \
@@ -19,6 +19,8 @@ set -e
19
20
# debugging: print out the saved toolstates
21
cat /tmp/toolstate/toolstates.json
22
+
23
+# Test remaining tools that must pass.
24
python3 "$X_PY" test --stage 2 check-tools
25
python3 "$X_PY" test --stage 2 src/tools/clippy
26
python3 "$X_PY" test --stage 2 src/tools/rustfmt
0 commit comments