mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
DEFAULT_PYTHON, python2 -> python2.7
This commit is contained in:
parent
51d7ad06c4
commit
92bac0547d
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -3,6 +3,7 @@ BUILD_DIR := build
|
|||
BUILD_TARGET := $(BUILD_DIR)/pdf.js
|
||||
DEFAULT_BROWSERS := resources/browser_manifests/browser_manifest.json
|
||||
DEFAULT_TESTS := test_manifest.json
|
||||
DEFAULT_PYTHON := python2.7
|
||||
|
||||
EXTENSION_SRC := ./extensions/
|
||||
EXTENSION_BASE_VERSION := 4bb289ec499013de66eb421737a4dbb4a9273eda
|
||||
|
@ -44,7 +45,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; python2 test.py --port=8888;
|
||||
@cd test; $(DEFAULT_PYTHON) test.py --port=8888;
|
||||
|
||||
# make test
|
||||
#
|
||||
|
@ -107,7 +108,7 @@ browser-test:
|
|||
fi;
|
||||
|
||||
cd test; \
|
||||
python2 test.py --reftest \
|
||||
$(DEFAULT_PYTHON) test.py --reftest \
|
||||
--browserManifestFile=$(PDF_BROWSERS) \
|
||||
--manifestFile=$(PDF_TESTS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue