Print stack trace on error

This commit is contained in:
DRC
2011-03-04 09:54:59 +00:00
parent e3c79837d1
commit a43dd1aeb7

View File

@@ -836,7 +836,7 @@ public class TJUnitTest {
}
}
catch(Exception e) {
System.out.println(e);
e.printStackTrace();
exitStatus = -1;
}
System.exit(exitStatus);