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