Log information about failed test
This commit is contained in:
committed by
Nikolay Krasko
parent
201859be92
commit
4ef063c656
@@ -45,6 +45,7 @@ fun testWithMuteInFile(test: DoTest, extraSuffix: String): DoTest {
|
|||||||
test.invoke(filePath)
|
test.invoke(filePath)
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
if (checkFailFile(e, testDataFile, extraSuffix)) {
|
if (checkFailFile(e, testDataFile, extraSuffix)) {
|
||||||
|
System.err.println("MUTED TEST (FAIL): $filePath")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user