Add some test logging
This commit is contained in:
parent
7700bb85ef
commit
b027963c7a
|
@ -148,6 +148,7 @@ public class FhirContextDstu2Test {
|
|||
afterInitBlocker.await();
|
||||
submittedTestRunnable.run();
|
||||
} catch (final Throwable e) {
|
||||
ourLog.error("Exception", e);
|
||||
exceptions.add(e);
|
||||
} finally {
|
||||
allDone.countDown();
|
||||
|
|
Loading…
Reference in New Issue