From: Chris Jones Date: Sat, 6 Aug 2011 07:07:33 +0000 (-0700) Subject: Fix bug in ref-updating code X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=41bdf821374cd60063f5c5622ddd9e8c9089e3b9;p=pdf.js.git Fix bug in ref-updating code --- diff --git a/test/test.py b/test/test.py index b61ba81..c76df3f 100644 --- a/test/test.py +++ b/test/test.py @@ -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: