Browse Source

Use absolute paths in profiles for unit test.

Kalervo Kujala 13 years ago
parent
commit
678b7dcd04
  1. 2
      test/unit/Makefile

2
test/unit/Makefile

@ -1,5 +1,5 @@
# Create temporary profile directory name. # 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. # These are the Firefox command line arguments.
FIREFOX_ARGS:=-no-remote -profile $(TEMP_PROFILE) FIREFOX_ARGS:=-no-remote -profile $(TEMP_PROFILE)

Loading…
Cancel
Save