Skip to content

Commit a5005cd

Browse files
committed
Quoting host to facilitate arguments parsing by the Grid
1 parent fa17e03 commit a5005cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NodeChrome/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cat <<_EOF
1515
],
1616
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
1717
"maxSession": $NODE_MAX_SESSION,
18-
"host": $NODE_HOST,
18+
"host": "$NODE_HOST",
1919
"port": $NODE_PORT,
2020
"register": true,
2121
"registerCycle": $NODE_REGISTER_CYCLE,

NodeFirefox/generate_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cat <<_EOF
2323
],
2424
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
2525
"maxSession": $NODE_MAX_SESSION,
26-
"host": $NODE_HOST,
26+
"host": "$NODE_HOST",
2727
"port": $NODE_PORT,
2828
"register": true,
2929
"registerCycle": $NODE_REGISTER_CYCLE,

0 commit comments

Comments
 (0)