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

Unified Diff: test/runners/firefox_download.js

Issue 29890602: Noissue - Account for spaces in Firefox installer path name (Closed)
Patch Set: Created Sept. 24, 2018, 3:58 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
===================================================================
--- a/test/runners/firefox_download.js
+++ b/test/runners/firefox_download.js
@@ -87,7 +87,7 @@
// Also uninstaller will need to be run.
return new Promise((resolve, reject) =>
{
- exec([archive, `/extractdir=${browserDir}`].join(" "),
+ exec(`"${archive}" /extractdir=${browserDir}`,
err =>
{
if (err)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld