Backed out changeset 9a796d86bae8 (bug 1063728) until people agree what they want to do here

This commit is contained in:
Ehsan Akhgari 2014-09-08 20:38:21 -04:00
parent 9bf11140e4
commit 50d872cf79
2 changed files with 1 additions and 5 deletions

View File

@ -574,10 +574,6 @@ def tarjan(V, E):
def main():
# Suppress the build time check if MOZ_NO_BUILD_TIME_SM_CHECKS is set.
if "MOZ_NO_BUILD_TIME_SM_CHECKS" in os.environ:
sys.exit(0)
ok = check_style()
if ok:

View File

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