]> git.parisson.com Git - pdf.js.git/commitdiff
Use absolute paths in profiles for unit test.
authorKalervo Kujala <kkujala@com>
Thu, 5 Jan 2012 18:58:35 +0000 (20:58 +0200)
committerKalervo Kujala <kkujala@com>
Thu, 5 Jan 2012 18:58:35 +0000 (20:58 +0200)
test/unit/Makefile

index f1ad3c91003279bf598997dc519fa1e9f040ca14..7676af0ac2f9934e0de926544ba67e8c826ea3be 100644 (file)
@@ -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)