Browse Source

Fix bug in ref-updating code

Chris Jones 14 years ago
parent
commit
41bdf82137
  1. 2
      test/test.py

2
test/test.py

@ -469,7 +469,7 @@ def maybeUpdateRefImages(options, browser): @@ -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…
Cancel
Save