Bug 988532 - Remove jit-tests from 'make check'; r=gps

This commit is contained in:
Dan Minor 2014-04-03 13:56:33 -04:00
parent 5ca1814e81
commit 2c527450a6

View File

@ -155,7 +155,7 @@ check-jit-test::
--no-slow --no-progress --tinderbox --tbpl $(JITTEST_VALGRIND_FLAG) \
$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)
check:: check-style check-jit-test
check:: check-style
# jstests doesn't have a --jitflags option, so we need to loop, updating the
# exit code (RC) after each invocation.