Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 958652 - Part 2: MOZPERFOUT must be passed on in the Makefile. r=…
Browse files Browse the repository at this point in the history
…davehunt a=bajaj a=NPOTB
  • Loading branch information
hfiguiere committed May 7, 2014
1 parent 7f3fc12 commit 4d8a75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -755,7 +755,7 @@ test-integration: b2g $(PROFILE_FOLDER)

.PHONY: test-perf
test-perf:
APPS="$(APPS)" MARIONETTE_RUNNER_HOST=$(MARIONETTE_RUNNER_HOST) GAIA_DIR="`pwd`" NPM_REGISTRY=$(NPM_REGISTRY) ./bin/gaia-perf-marionette
MOZPERFOUT="$(MOZPERFOUT)" APPS="$(APPS)" MARIONETTE_RUNNER_HOST=$(MARIONETTE_RUNNER_HOST) GAIA_DIR="`pwd`" NPM_REGISTRY=$(NPM_REGISTRY) ./bin/gaia-perf-marionette

.PHONY: tests
tests: webapp-manifests offline
Expand Down

0 comments on commit 4d8a75e

Please sign in to comment.