]> git.lizzy.rs Git - rust.git/commitdiff
Run compiletest tests on CI
authorPhilipp Hansch <dev@phansch.net>
Thu, 20 Dec 2018 15:03:49 +0000 (16:03 +0100)
committerPhilipp Hansch <dev@phansch.net>
Thu, 20 Dec 2018 15:03:49 +0000 (16:03 +0100)
I was assuming that https://github.com/rust-lang/rust/pull/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.

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

index d876cb7f37a41b91dea2148a05f95818f55bb8ae..5da97cc9a8480c72d50871ff6f51d150fb466cf4 100755 (executable)
@@ -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