Fixed issue in svelte-bench

pull/1786/head
Paul Sauve 8 years ago
parent 5e1134cb7d
commit 0787e51398

@ -59,7 +59,7 @@ const args = [
}, },
])}`, ])}`,
`--server=http://${username}:${accessKey}@ondemand.saucelabs.com/wd/hub`, `--server=http://${username}:${accessKey}@ondemand.saucelabs.com/wd/hub`,
`--custom=${path.join(process.cwd(), '..')}` `--custom=${process.cwd()}`
]; ];
let stdout; let stdout;

Loading…
Cancel
Save