]> git.parisson.com Git - pdf.js.git/commitdiff
Fix bug in ref-updating code
authorChris Jones <jones.chris.g@gmail.com>
Sat, 6 Aug 2011 07:07:33 +0000 (00:07 -0700)
committerChris Jones <jones.chris.g@gmail.com>
Sat, 6 Aug 2011 07:07:33 +0000 (00:07 -0700)
test/test.py

index b61ba816ba5cb0b97c91d09eb5b5c6290c1a17a4..c76df3fd4b9074dade7c0bf85d87bb534745ccbd 100644 (file)
@@ -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: