mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
unconditionnaly use linter for non-parallel run
This commit is contained in:
parent
f69ecb5b90
commit
5f7bbbf8fd
@ -735,9 +735,7 @@ function runConsoleTests(defaultReporter, runInParallel) {
|
||||
var cmd = "mocha" + (debug ? " --debug-brk" : "") + " -R " + reporter + tests + colors + ' -t ' + testTimeout + ' ' + run;
|
||||
console.log(cmd);
|
||||
exec(cmd, function () {
|
||||
if (i === 0) {
|
||||
runLinter();
|
||||
}
|
||||
runLinter();
|
||||
finish();
|
||||
}, finish);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user