Show suppressed output in case of karma launch failed
This commit is contained in:
+1
@@ -384,6 +384,7 @@ class KotlinKarma(override val compilation: KotlinJsCompilation) : KotlinJsTestF
|
|||||||
body()
|
body()
|
||||||
|
|
||||||
if (isLaunchFailed) {
|
if (isLaunchFailed) {
|
||||||
|
showSuppressedOutput()
|
||||||
throw IllegalStateException("Launch of some browsers was failed")
|
throw IllegalStateException("Launch of some browsers was failed")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user