From 961d46fea3ced262d704a90d82d99a8711358d9c Mon Sep 17 00:00:00 2001 From: gvrangan Date: Thu, 11 Aug 2016 22:51:14 +0000 Subject: [PATCH] Fix the missing whitespace for the list of pids This is causing jobs with more than 1 ODL to fail in CSIT. Change-Id: I94e06fa8eda90a8f90f28a7af8cc02d64f33d3d9 Signed-off-by: gvrangan --- jjb/integration/integration-macros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 8f5cb556ea..da2da40d0d 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -293,7 +293,7 @@ for i in "${ADDR[@]}"; do ( copy-ssh-keys-to-slave ) & # Store PID of process - pids+="$!" + pids+=" $!" done # Detect when a process failed to copy ssh keys and fail build -- 2.36.6