From 678b7dcd0484ee9a2d66c3546b87a6badc5bfe62 Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Thu, 5 Jan 2012 20:58:35 +0200 Subject: [PATCH] Use absolute paths in profiles for unit test. --- test/unit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/Makefile b/test/unit/Makefile index f1ad3c910..7676af0ac 100644 --- a/test/unit/Makefile +++ b/test/unit/Makefile @@ -1,5 +1,5 @@ # Create temporary profile directory name. -TEMP_PROFILE:=./test_reports/temp_profile +TEMP_PROFILE:=$(shell echo `pwd`)/test_reports/temp_profile # These are the Firefox command line arguments. FIREFOX_ARGS:=-no-remote -profile $(TEMP_PROFILE)