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)
|
||||
} catch (e: Throwable) {
|
||||
if (checkFailFile(e, testDataFile, extraSuffix)) {
|
||||
System.err.println("MUTED TEST (FAIL): $filePath")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user