Skip to content

Commit

Permalink
Run compiletest tests on CI
Browse files Browse the repository at this point in the history
I was assuming that rust-lang#56792 would
have resulted in compiletest tests being executed in CI. However, I
couldn't find any mentions of the unit test names in any CI logs.

This adds the compiletest test execution to the checktools.sh script.
  • Loading branch information
phansch committed Dec 20, 2018
1 parent 748d354 commit 2d2435b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ci/docker/x86_64-gnu-tools/checktools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ python2.7 "$X_PY" test --no-fail-fast \
src/tools/rls \
src/tools/rustfmt \
src/tools/miri \
src/tools/compiletest

# Note that compiletest here is an exception from the other tools.
# We are only executing the unit tests of it. We don't need to track the
# toolstate because it's not distributed as a tool like the other items.

set -e

Expand Down

0 comments on commit 2d2435b

Please sign in to comment.