mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
CompileDriver: fail with an informative exception in tests instead of silently refusing to compile
This commit is contained in:
@@ -699,7 +699,7 @@ public class CompileDriver {
|
||||
return true;
|
||||
}
|
||||
catch (Throwable e) {
|
||||
LOG.info(e);
|
||||
LOG.error(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user