Skip to content

Commit 0be0cd9

Browse files
committed
[Java] Print error stack trace when tests fail
1 parent 5ede497 commit 0be0cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/ldk/HumanObjectPeerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,7 @@ public static void main(String[] args) {
13891389
} catch (Exception e) {
13901390
System.err.println("Caught exception:");
13911391
System.err.println(e);
1392+
e.printStackTrace();
13921393
System.exit(1);
13931394
}
13941395
}

0 commit comments

Comments
 (0)