chore: Fixed last tests for v3 merge
This commit is contained in:
parent
8a5141584c
commit
c2dc4a9ad7
4 changed files with 17 additions and 14 deletions
|
@ -12,7 +12,7 @@ if (fs.existsSync(outputLog)) {
|
|||
}
|
||||
|
||||
// Run all tests, specifying the collector script.
|
||||
spawn('lerna', ['run', '--no-bail', 'testci', '--stream', '--', '--file', `${collectorScript}`], { stdio: 'inherit' })
|
||||
spawn('lerna', ['run', '--no-bail', 'testci', '--stream', '--parallel', '--loglevel', 'error', '--', '--file', `${collectorScript}`, '--no-warnings'], { stdio: 'inherit' })
|
||||
.on('exit', function(code) {
|
||||
// If a failure occurred, the log file will have been created. Print it.
|
||||
if (fs.existsSync(outputLog)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue