diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-09-16 18:22:52 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-09-18 11:49:03 -0700 |
| commit | d53f80dcd6f17469e4abcf9b0b309b5bc77ca16f (patch) | |
| tree | e23e37ac5f51c109228a7be569589ae9bc3fdc64 | |
| parent | 48b5378b5a21c9ca371b897cfd5d44ec2fea3838 (diff) | |
| download | rust-d53f80dcd6f17469e4abcf9b0b309b5bc77ca16f.tar.gz rust-d53f80dcd6f17469e4abcf9b0b309b5bc77ca16f.zip | |
mk: Remove check-fast target
| -rw-r--r-- | mk/tests.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index d89a29b5497..d28b80a5978 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -194,9 +194,6 @@ check-ref: cleantestlibs cleantmptestlogs check-stage2-rpass \ check-docs: cleantestlibs cleantmptestlogs check-stage2-docs $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log -# NOTE: Remove after reprogramming windows bots -check-fast: check-lite - # Some less critical tests that are not prone to breakage. # Not run as part of the normal test suite, but tested by bors on checkin. check-secondary: check-lexer check-pretty |
