aboutsummaryrefslogtreecommitdiff
path: root/src/batchtools
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-06-11 14:25:21 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-06-11 14:25:21 -0700
commit837d26deeb5556a167633534b5c84aa9aa9ed33d (patch)
treee4536fe8061a1eda003833f97e6562dabc68e36b /src/batchtools
parentf51adc7ca079c0ad04677d70ef4e72ce7766c443 (diff)
added firefox_bin_path as a configurable field in Config.mk.sample that can be overridden with environment variables
Diffstat (limited to 'src/batchtools')
-rw-r--r--src/batchtools/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/batchtools/build.mk b/src/batchtools/build.mk
index af0fc74..26980e4 100644
--- a/src/batchtools/build.mk
+++ b/src/batchtools/build.mk
@@ -14,9 +14,9 @@ test-batchtools: \
$(topdir)/profiles/chrome \
$(topdir)/profiles/firefox
$(call label,BATCHTEST)(cd $(batchtools-dir) \
- && xvfb-run -a $(maven-cmd) test)
+ && xvfb-run -a $(maven-cmd) test -DFIREFOX_BIN_PATH=$(firefox_bin_path))
clean::
- (cd $(batchtools-dir) && $(maven-exe) clean)
+ (cd $(batchtools-dir) && $(maven-cmd) clean)
endif