mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Bug 824163 - Properly specify the path to the user.js to be put into the jsreftest profile so that it's not affected by the test subset being run. r=ted
--HG-- extra : rebase_source : 3df9aab1b17e1c10d54a10e519e20ef49410e3ca
This commit is contained in:
parent
a8d117b970
commit
856405164c
@ -241,7 +241,7 @@ jstestbrowser:
|
||||
$(MAKE) -C $(DEPTH)/config
|
||||
$(MAKE) -C $(DEPTH)/js/src/config
|
||||
$(MAKE) stage-jstests
|
||||
$(call RUN_REFTEST,$(DIST)/$(TESTS_PATH)/jstests.list --extra-profile-file=$(DIST)/$(TESTS_PATH)/user.js)
|
||||
$(call RUN_REFTEST,$(DIST)/$(TESTS_PATH)/jstests.list --extra-profile-file=$(DIST)/test-package-stage/jsreftest/tests/user.js)
|
||||
$(CHECK_TEST_ERROR)
|
||||
|
||||
GARBAGE += $(addsuffix .log,$(MOCHITESTS) reftest crashtest jstestbrowser)
|
||||
|
Loading…
Reference in New Issue
Block a user