Skip to content

Commit cb7f6c3

Browse files
committed
test debugging
1 parent 3119e3e commit cb7f6c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,8 @@ public void test92ElasticsearchNodeCliPackaging() throws Exception {
572572

573573
public void test93ElasticsearchNodeCustomDataPathAndNotEsHomeWorkDir() throws Exception {
574574
Path relativeDataPath = installation.data.relativize(installation.home);
575+
logger.info("installation.data: {}, installation.home {}, relativeDataPath {}",
576+
installation.data, installation.home, relativeDataPath);
575577
append(installation.config("elasticsearch.yml"), "path.data: " + relativeDataPath);
576578
sh.setWorkingDirectory(getRootTempDir());
577579

0 commit comments

Comments
 (0)