1
0
Fork 0

chore: Fixed last tests for v3 merge

This commit is contained in:
Joost De Cock 2022-09-07 11:22:26 +02:00
parent 8a5141584c
commit c2dc4a9ad7
4 changed files with 17 additions and 14 deletions

View file

@ -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)) {