From b5025f77f3cf167cdf6bd516df896c289ba1060a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 1 Feb 2011 20:44:12 +1100 Subject: [PATCH] Relocate the test log to the test directory. --- common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index acce755d..40012c05 100644 --- a/common/Makefile +++ b/common/Makefile @@ -12,6 +12,7 @@ MANGLE := $(shell date '+%s' | awk '{ printf "%x", $$1 }') MOZMILL = mozmill HOSTAPP_PATH = $(shell which $(HOSTAPP)) TEST_DIR = $(BASE)/tests/functional +TEST_LOG = $(TEST_DIR)/log IDNAME := $(shell echo "$(NAME)" | tr a-z A-Z) @@ -163,11 +164,10 @@ distclean: @echo "More $(NAME) cleanup..." rm -rf $(BUILD_DIR) -# TODO: generalize log path test: xpi - @echo "Running functional tests..." + @echo "Running $(NAME) functional tests..." $(IDNAME)_INIT="set loadplugins=" \ - $(MOZMILL) --show-all -l /tmp/dactyl-test.log -b $(HOSTAPP_PATH) --addons $(XPI) -t $(TEST_DIR) + $(MOZMILL) --show-all -l $(TEST_LOG) -b $(HOSTAPP_PATH) --addons $(XPI) -t $(TEST_DIR) #### xpi