From: James Campos Date: Thu, 19 Jan 2012 07:51:45 +0000 (-0800) Subject: fix #1090 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ae611e5203da35bb546afdcc249995dff54229a3;p=pdf.js.git fix #1090 --- diff --git a/Makefile b/Makefile index c9de61c..0451f60 100644 --- 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)