Skip to content

Commit e13a374

Browse files
call dumpDebug
1 parent 89bb039 commit e13a374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/packaging/src/test/java/org/elasticsearch/packaging/test/PackagingTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected void failed(Throwable e, Description description) {
147147
failed = true;
148148
if (installation != null && installation.distribution.isDocker()) {
149149
logger.warn("Test {} failed. Printing logs for failed test...", description.getMethodName());
150-
FileUtils.logAllLogs(installation.logs, logger);
150+
dumpDebug();
151151
}
152152
}
153153
};

0 commit comments

Comments
 (0)