mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
make test: Do not require build
This commit is contained in:
parent
b8a1b3fa5c
commit
6eaa49761b
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ def downloadLinkedPDFs(manifestList):
|
|||
|
||||
def setUp(options):
|
||||
# Only serve files from a pdf.js clone
|
||||
assert not ANAL or os.path.isfile('../build/pdf.js') and os.path.isdir('../.git')
|
||||
assert not ANAL or os.path.isfile('../src/pdf.js') and os.path.isdir('../.git')
|
||||
|
||||
if options.masterMode and os.path.isdir(TMPDIR):
|
||||
print 'Temporary snapshot dir tmp/ is still around.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue