File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2525ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
2626 python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
2727 python2.7 ../x.py test --stage 0 src/tools/compiletest && \
28+ python2.7 ../x.py test src/tools/tidy && \
2829 /scripts/validate-toolstate.sh
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV RUST_CONFIGURE_ARGS \
2929 --enable-llvm-link-shared \
3030 --set rust.thin-lto-import-instr-limit=10
3131
32- ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test
32+ ENV SCRIPT python2.7 ../x.py test --exclude src/tools/tidy && python2.7 ../x.py test src/tools/tidy
3333
3434# The purpose of this container isn't to test with debug assertions and
3535# this is run on all PRs, so let's get speedier builds by disabling these extra
You can’t perform that action at this time.
0 commit comments