mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Change the identifier
This commit is contained in:
parent
a908827175
commit
2004246f75
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ USAGE_EXAMPLE = "%prog"
|
||||||
# The local web server uses the git repo as the document root.
|
# The local web server uses the git repo as the document root.
|
||||||
DOC_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),".."))
|
DOC_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),".."))
|
||||||
|
|
||||||
ANAL = True
|
GIT_CLONE_CHECK = True
|
||||||
DEFAULT_MANIFEST_FILE = 'test_manifest.json'
|
DEFAULT_MANIFEST_FILE = 'test_manifest.json'
|
||||||
EQLOG_FILE = 'eq.log'
|
EQLOG_FILE = 'eq.log'
|
||||||
BROWSERLOG_FILE = 'browser.log'
|
BROWSERLOG_FILE = 'browser.log'
|
||||||
|
@ -344,7 +344,7 @@ def verifyPDFs(manifestList):
|
||||||
|
|
||||||
def setUp(options):
|
def setUp(options):
|
||||||
# Only serve files from a pdf.js clone
|
# Only serve files from a pdf.js clone
|
||||||
assert not ANAL or os.path.isfile('../src/pdf.js') and os.path.isdir('../.git')
|
assert not GIT_CLONE_CHECK or os.path.isfile('../src/pdf.js') and os.path.isdir('../.git')
|
||||||
|
|
||||||
if options.masterMode and os.path.isdir(TMPDIR):
|
if options.masterMode and os.path.isdir(TMPDIR):
|
||||||
print 'Temporary snapshot dir tmp/ is still around.'
|
print 'Temporary snapshot dir tmp/ is still around.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue