mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
fix: spec runner not parsing correctly
This commit is contained in:
@@ -21,7 +21,7 @@ const specHashPath = path.resolve(__dirname, '../spec/.hash')
|
||||
|
||||
let runnersToRun = null
|
||||
if (args.runners) {
|
||||
runnersToRun = args.only.split(',')
|
||||
runnersToRun = args.runners.split(',')
|
||||
console.log('Only running:', runnersToRun)
|
||||
} else {
|
||||
console.log('Will trigger all spec runners')
|
||||
|
||||
Reference in New Issue
Block a user