From 4cc6359756da6999a1c1ffd75bed3cd7ec0d1007 Mon Sep 17 00:00:00 2001 From: Britta Weber Date: Tue, 18 Aug 2015 17:38:06 +0200 Subject: [PATCH] fail with better error message if elasticsearch was started already Before it failed with .../es/qa/smoke-test-plugins/target/integ-tests/es.pid doesn't exist which was confusing. --- dev-tools/src/main/resources/ant/integration-tests.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index d710e57a076..0e73f13d34b 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -157,6 +157,14 @@ + + + + + + Starting up external cluster...