Fix the missing whitespace for the list of pids 62/43762/1
authorgvrangan <venkatrangang@hcl.com>
Thu, 11 Aug 2016 22:51:14 +0000 (22:51 +0000)
committergvrangan <venkatrangang@hcl.com>
Thu, 11 Aug 2016 22:52:04 +0000 (22:52 +0000)
This is causing jobs with more than 1 ODL  to fail in CSIT.

Change-Id: I94e06fa8eda90a8f90f28a7af8cc02d64f33d3d9
Signed-off-by: gvrangan <venkatrangang@hcl.com>
jjb/integration/integration-macros.yaml

index 8f5cb556ea76317d297c5072e06bb37dc46c12c2..da2da40d0d2431ee6c255f937359f6c1cba09287 100644 (file)
             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