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:
parent
336d5041dd
commit
ee16090bc2
4 changed files with 37 additions and 22 deletions
2
make.js
2
make.js
|
@ -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});
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue