Bug 1035508: Switch to the correct directory before running jetpack tests. r=gps

This commit is contained in:
Dave Townsend 2014-07-10 08:29:56 -07:00
parent 1fb772c49e
commit 357d1f63b6

View File

@ -379,7 +379,7 @@ cppunittests-remote:
fi
jetpack-tests:
$(PYTHON) $(topsrcdir)/addon-sdk/source/bin/cfx -b $(browser_path) --parseable testpkgs
cd $(topsrcdir)/addon-sdk/source && $(PYTHON) bin/cfx -b $(abspath $(browser_path)) --parseable testpkgs
pgo-profile-run:
$(PYTHON) $(topsrcdir)/build/pgo/profileserver.py $(EXTRA_TEST_ARGS)