Show suppressed output in case of karma launch failed

This commit is contained in:
Ilya Goncharov
2019-09-16 11:15:18 +03:00
parent 425582bb4b
commit 8fbdb15626
@@ -384,6 +384,7 @@ class KotlinKarma(override val compilation: KotlinJsCompilation) : KotlinJsTestF
body()
if (isLaunchFailed) {
showSuppressedOutput()
throw IllegalStateException("Launch of some browsers was failed")
}
}