mirror of https://github.com/apache/lucene.git
only print to stdout if test did not finish
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f5bf1c821
commit
5c50bf4c65
|
@ -130,7 +130,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
|
|||
}
|
||||
testFinished = true;
|
||||
} finally {
|
||||
if (testFinished) {
|
||||
if (!testFinished) {
|
||||
zkController.getZkClient().printLayoutToStdOut();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue