Skip to content

Commit

Permalink
Backed out changeset 9a796d86bae8 (bug 1063728) until people agree wh…
Browse files Browse the repository at this point in the history
…at they want to do here
  • Loading branch information
ehsan committed Sep 9, 2014
1 parent 6d049f9 commit 87b819a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions config/check_spidermonkey_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,6 @@ def strongconnect(v, index):


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:
Expand Down
2 changes: 1 addition & 1 deletion js/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 87b819a

Please sign in to comment.