Print stack trace on error

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@499 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2011-03-04 09:54:59 +00:00
parent ad05754a87
commit 2e2358eae4

View File

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