mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix bug in ref-updating code
This commit is contained in:
parent
22533af762
commit
41bdf82137
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ def maybeUpdateRefImages(options, browser):
|
|||
else:
|
||||
print ' Yes! The references in tmp/ can be synced with ref/.'
|
||||
if options.reftest:
|
||||
startReftest(browser)
|
||||
startReftest(browser, options)
|
||||
if not prompt('Would you like to update the master copy in ref/?'):
|
||||
print ' OK, not updating.'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue