mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Use absolute paths in profiles for unit test.
This commit is contained in:
parent
71494bbab5
commit
678b7dcd04
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue