[TEST] Don't print BWC test path - it's different on every machine
This commit is contained in:
parent
9054ce5569
commit
ce2e65f6e7
|
@ -137,7 +137,7 @@ public class ReproduceInfoPrinter extends RunListener {
|
|||
public ReproduceErrorMessageBuilder appendESProperties() {
|
||||
appendProperties("es.logger.level", "es.node.mode", "es.node.local", TESTS_CLUSTER, InternalTestCluster.TESTS_ENABLE_MOCK_MODULES,
|
||||
"tests.assertion.disabled", "tests.security.manager", "tests.nightly", "tests.jvms", "tests.client.ratio", "tests.heap.size",
|
||||
"tests.bwc", "tests.bwc.path", "tests.bwc.version");
|
||||
"tests.bwc", "tests.bwc.version");
|
||||
if (System.getProperty("tests.jvm.argline") != null && !System.getProperty("tests.jvm.argline").isEmpty()) {
|
||||
appendOpt("tests.jvm.argline", "\"" + System.getProperty("tests.jvm.argline") + "\"");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue