mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Forward child process exit code when exiting test script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
This commit is contained in:
parent
8f265218df
commit
c47c380ff8
@ -19,4 +19,5 @@ const testArguments = [
|
||||
]
|
||||
|
||||
console.log('Executing core specs...'.bold.green)
|
||||
childProcess.spawnSync(executablePath, testArguments, {stdio: 'inherit'})
|
||||
const exitStatus = childProcess.spawnSync(executablePath, testArguments, {stdio: 'inherit'}).status
|
||||
process.exit(exitStatus)
|
||||
|
Loading…
Reference in New Issue
Block a user