Searched refs:baseline_fullpath (Results 1 – 1 of 1) sorted by relevance
659 def _create_html_baseline_files(self, baseline_fullpath): argument668 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])