Rethrow boxError in case of test failure
This commit is contained in:
@@ -78,9 +78,10 @@ public abstract class AbstractBlackBoxCodegenTest extends CodegenTestCase {
|
|||||||
try {
|
try {
|
||||||
doLightAnalysisModeTest(wholeFile, files, javaFilesDir);
|
doLightAnalysisModeTest(wholeFile, files, javaFilesDir);
|
||||||
}
|
}
|
||||||
catch (Throwable lightAnalysisError) {
|
catch (Throwable ignored) {
|
||||||
throw ExceptionUtilsKt.rethrow(boxError);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
throw ExceptionUtilsKt.rethrow(boxError);
|
||||||
}
|
}
|
||||||
|
|
||||||
doLightAnalysisModeTest(wholeFile, files, javaFilesDir);
|
doLightAnalysisModeTest(wholeFile, files, javaFilesDir);
|
||||||
|
|||||||
Reference in New Issue
Block a user