ci-automation: Fix passing multiple test names to vendor scripts

This commit is contained in:
Krzesimir Nowak 2022-05-05 12:53:56 +02:00
parent c15807ef6c
commit 54f2d24dd2

View File

@ -169,7 +169,7 @@ function test_run() {
\"${arch}\" \
\"${vernum}\" \
\"${tapfile}\" \
$@"
$*"
set -e
rm -f "${work_dir}/first_run"