3908: Use correct file url

This commit is contained in:
U-BASIS\zhaohui 2018-06-15 10:31:23 -04:00
parent e2a1f9fcdd
commit 73a2f35fa2

View File

@ -884,7 +884,7 @@ class TestConfiguration(object):
linkFile = open(os.path.join(self.args.diff_files_output_folder, OUTPUT_DIR_LINK_FILE), "a")
index = self.output_dir.find("\\")
linkStr = "file://"
linkStr = "file:\\"
linkOutputDir = self.output_dir[index+2:].replace("//", "/").replace("\\\\", "\\")
if index == 0:
linkStr = linkStr + linkOutputDir