1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Fixes test pdfs MD5; make server does not download

This commit is contained in:
Yury Delendik 2012-10-16 10:30:14 -05:00
parent 336d5041dd
commit ee16090bc2
4 changed files with 37 additions and 22 deletions

View file

@ -751,7 +751,7 @@ target.server = function() {
echo('### Starting local server');
cd('test');
exec(PYTHON_BIN + ' -u test.py --port=8888', {async: true});
exec(PYTHON_BIN + ' -u test.py --port=8888 --noDownload', {async: true});
};
//