[Java] Print error stack trace when tests fail
[ldk-java] / src / test / java / org / ldk / HumanObjectPeerTest.java
index f61864cc0c0d21522493f991b742f298ebc95796..7a30f10ada867b8d3057def08919c140fb18c059 100644 (file)
@@ -1389,6 +1389,7 @@ public class HumanObjectPeerTest {
         } catch (Exception e) {
             System.err.println("Caught exception:");
             System.err.println(e);
+            e.printStackTrace();
             System.exit(1);
         }
     }