From e1d9beaeee249f5e9be9c52e179b0f224ba22fef Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 5 May 2022 12:53:56 +0200 Subject: [PATCH] ci-automation: Fix passing multiple test names to vendor scripts --- ci-automation/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/test.sh b/ci-automation/test.sh index 2810ca9faf..8d7b48facd 100644 --- a/ci-automation/test.sh +++ b/ci-automation/test.sh @@ -165,7 +165,7 @@ function test_run() { \"${arch}\" \ \"${vernum}\" \ \"${tapfile}\" \ - $@" + $*" set -e rm -f "${work_dir}/first_run"