Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 799863 (1/3) - Make sure remote xpcshell tests can find mozdevice…
Browse files Browse the repository at this point in the history
…;r=gbrown

---
 config/makefiles/xpcshell.mk        |    1 +
 js/src/config/makefiles/xpcshell.mk |    1 +
 testing/testsuite-targets.mk        |    1 +
 3 files changed, 3 insertions(+)
  • Loading branch information
wlach committed Oct 16, 2012
1 parent 9bf68cb commit 048e38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/makefiles/xpcshell.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ xpcshell-tests-remote:
$(PYTHON) -u $(topsrcdir)/config/pythonpath.py \
-I$(topsrcdir)/build \
-I$(topsrcdir)/build/mobile \
-I$(topsrcdir)/testing/mozbase/mozdevice/mozdevice \
$(topsrcdir)/testing/xpcshell/remotexpcshelltests.py \
--symbols-path=$(DIST)/crashreporter-symbols \
--build-info-json=$(DEPTH)/mozinfo.json \
Expand Down
1 change: 1 addition & 0 deletions js/src/config/makefiles/xpcshell.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ xpcshell-tests-remote:
$(PYTHON) -u $(topsrcdir)/config/pythonpath.py \
-I$(topsrcdir)/build \
-I$(topsrcdir)/build/mobile \
-I$(topsrcdir)/testing/mozbase/mozdevice/mozdevice \
$(topsrcdir)/testing/xpcshell/remotexpcshelltests.py \
--symbols-path=$(DIST)/crashreporter-symbols \
--build-info-json=$(DEPTH)/mozinfo.json \
Expand Down
1 change: 1 addition & 0 deletions testing/testsuite-targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ REMOTE_XPCSHELL = \
$(PYTHON) -u $(topsrcdir)/config/pythonpath.py \
-I$(topsrcdir)/build \
-I$(topsrcdir)/build/mobile \
-I$(topsrcdir)/testing/mozbase/mozdevice/mozdevice \
$(topsrcdir)/testing/xpcshell/remotexpcshelltests.py \
--manifest=$(DEPTH)/_tests/xpcshell/xpcshell.ini \
--build-info-json=$(DEPTH)/mozinfo.json \
Expand Down

0 comments on commit 048e38a

Please sign in to comment.