Browse Source

make test: Do not require build

Artur Adib 14 years ago
parent
commit
6eaa49761b
  1. 2
      test/test.py

2
test/test.py

@ -318,7 +318,7 @@ def downloadLinkedPDFs(manifestList): @@ -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…
Cancel
Save