Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/runners/firefox_download.js

Issue 29892576: Noissue - Fix Firefox executable path for Windows (Closed)
Patch Set: Created Sept. 26, 2018, 7:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runners/firefox_download.js
diff --git a/test/runners/firefox_download.js b/test/runners/firefox_download.js
index 65b54f7e3f7e6a414f0ab3eba4bf162f3a9f7e71..eea1c9adae2e106ee90cbbb44a14202f905af7de 100644
--- a/test/runners/firefox_download.js
+++ b/test/runners/firefox_download.js
@@ -118,7 +118,7 @@ function getFirefoxExecutable(browserDir)
switch (platform)
{
case "win32":
- return path.join(browserDir, "firefox.exe");
+ return path.join(browserDir, "core", "firefox.exe");
case "linux":
return path.join(browserDir, "firefox", "firefox");
case "darwin":
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld