build: spread runner args onto the runner
This commit is contained in:
parent
df57ac4ce7
commit
6b326f7924
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ async function runElectronTests () {
|
||||||
|
|
||||||
async function runRemoteBasedElectronTests () {
|
async function runRemoteBasedElectronTests () {
|
||||||
let exe = path.resolve(BASE, utils.getElectronExec())
|
let exe = path.resolve(BASE, utils.getElectronExec())
|
||||||
const runnerArgs = ['electron/spec', unknownArgs.slice(2)]
|
const runnerArgs = ['electron/spec', ...unknownArgs.slice(2)]
|
||||||
if (process.platform === 'linux') {
|
if (process.platform === 'linux') {
|
||||||
runnerArgs.unshift(path.resolve(__dirname, 'dbus_mock.py'), exe)
|
runnerArgs.unshift(path.resolve(__dirname, 'dbus_mock.py'), exe)
|
||||||
exe = 'python'
|
exe = 'python'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue