From 7a9f74de8007f7a00860b1f0e4abeb5c4c672ccb Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 8 Jul 2015 00:04:27 -0400 Subject: [PATCH] print PID when starting ES in integ tests too. --- .../main/resources/ant/integration-tests.xml | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index 5e50481c594..a15aa406be3 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -37,8 +37,25 @@ + + + + + + + + + + + + + + + + + @@ -56,11 +73,17 @@ - External cluster started + + External cluster started PID ${integ.pid} + + + + + @@ -81,12 +104,15 @@ - External cluster started + + External cluster started PID ${integ.pid} + +