mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
fix #1090
This commit is contained in:
parent
3c4b8a5b4a
commit
ae611e5203
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -43,7 +43,7 @@ PDF_JS_FILES = \
|
|||
# This target starts a local web server at localhost:8888. This can be
|
||||
# used for testing all browsers.
|
||||
server:
|
||||
@cd test; python test.py --port=8888;
|
||||
@cd test; python2 test.py --port=8888;
|
||||
|
||||
# make test
|
||||
#
|
||||
|
@ -106,7 +106,7 @@ browser-test:
|
|||
fi;
|
||||
|
||||
cd test; \
|
||||
python test.py --reftest \
|
||||
python2 test.py --reftest \
|
||||
--browserManifestFile=$(PDF_BROWSERS) \
|
||||
--manifestFile=$(PDF_TESTS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue