Log information about failed test

This commit is contained in:
Nikolay Krasko
2019-10-29 16:34:19 +03:00
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
}