This commit is contained in:
James Campos 2012-01-18 23:51:45 -08:00
parent 3c4b8a5b4a
commit ae611e5203

View File

@ -43,7 +43,7 @@ PDF_JS_FILES = \
# This target starts a local web server at localhost:8888. This can be # This target starts a local web server at localhost:8888. This can be
# used for testing all browsers. # used for testing all browsers.
server: server:
@cd test; python test.py --port=8888; @cd test; python2 test.py --port=8888;
# make test # make test
# #
@ -106,7 +106,7 @@ browser-test:
fi; fi;
cd test; \ cd test; \
python test.py --reftest \ python2 test.py --reftest \
--browserManifestFile=$(PDF_BROWSERS) \ --browserManifestFile=$(PDF_BROWSERS) \
--manifestFile=$(PDF_TESTS) --manifestFile=$(PDF_TESTS)