]> git.parisson.com Git - pdf.js.git/commitdiff
fix #1090
authorJames Campos <james.r.campos@gmail.com>
Thu, 19 Jan 2012 07:51:45 +0000 (23:51 -0800)
committerJames Campos <james.r.campos@gmail.com>
Thu, 19 Jan 2012 07:51:45 +0000 (23:51 -0800)
Makefile

index c9de61c1c081e395f2657ab12b85a3c2137274ed..0451f60a528231947b12f5f01b80283ccf8a092a 100644 (file)
--- a/Makefile
+++ b/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)