mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: spread runner args onto the runner
This commit is contained in:
@@ -101,7 +101,7 @@ async function runElectronTests () {
|
||||
|
||||
async function runRemoteBasedElectronTests () {
|
||||
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') {
|
||||
runnerArgs.unshift(path.resolve(__dirname, 'dbus_mock.py'), exe)
|
||||
exe = 'python'
|
||||
|
||||
Reference in New Issue
Block a user