From 60cb76a546a966bddb90e97e7c7aa4cf90fdc177 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 7f0ac41ff6..f8b9e58c15 100644 --- a/ci-automation/test.sh +++ b/ci-automation/test.sh @@ -169,7 +169,7 @@ function test_run() { \"${arch}\" \ \"${vernum}\" \ \"${tapfile}\" \ - $@" + $*" set -e rm -f "${work_dir}/first_run"