Test: PityTest print the full stacktrace please

android-nettle-update
heck 2 years ago
parent 456368e104
commit 71aee755f2

@ -192,7 +192,8 @@ public class TestUnit<T extends TestContextInterface> implements Runnable {
TestUtils.standardOutErrEnabled(true);
logH1(makeLogString());
if (result == TestState.FAILED || state == TestState.CTX_FAIL) {
log("ERROR: " + getLastException().toString());
getLastException().printStackTrace();
// log("ERROR: " + getLastException().toString());
}
if (verboseMode) logRaw("\n\n");
TestUtils.standardOutErrEnabled(verboseMode);

Loading…
Cancel
Save