Home
last modified time | relevance | path

Searched refs:baseline_fullpath (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
Drebaseline_chromium_webkit_tests.py659 def _create_html_baseline_files(self, baseline_fullpath): argument
668 if not baseline_fullpath or not os.path.exists(baseline_fullpath):
672 baseline_filename = os.path.basename(baseline_fullpath)
676 shutil.copyfile(baseline_fullpath, new_file)
678 baseline_fullpath, new_file)
681 output = run_shell(['svn', 'cat', '-r', 'BASE', baseline_fullpath])
684 logging.info(' No base file: "%s"', baseline_fullpath)
717 baseline_fullpath])