From fdaf9b13400fb541a62b1b1e918308ae27c5a0ea Mon Sep 17 00:00:00 2001
From: Margaret Lawson <mlawsonca@google.com>
Date: Tue, 21 Jan 2025 19:09:30 +0000
Subject: [PATCH] Test updated fix for CI node provisioning

Quick-Functional: true
Run-GHA: true
Required-githooks: true
Skip-build: true
Skip-test: true
Skip-unit-tests: true

Signed-off-by: Margaret Lawson <mlawsonca@google.com>
---
 ci/junit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/junit.sh b/ci/junit.sh
index e0051b819cdc..0562ca9eb9c3 100644
--- a/ci/junit.sh
+++ b/ci/junit.sh
@@ -24,7 +24,7 @@ report_junit() {
     clush -o '-i ci_key' -l root -w "$nodes" --rcopy "$results"
 
     local results_files
-    results_files=$(find . -maxdepth 1 -name "$results.*")
+    results_files=($(find . -maxdepth 1 -name "$results.*"))
 
     if [ ${#results_files[@]} -eq 0 ]; then
         echo "No results found to report as JUnit results"