fix(scripts): allow command expansion in integration runner

This commit is contained in:
afjcjsbx
2026-05-07 20:28:07 +02:00
parent 703f630f33
commit 7a8d7fb218
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ run_suite() {
fi
echo "==> [$suite_name] running: $TEST_COMMAND"
docker compose "${compose_args[@]}" run --rm "$runner_service" "$TEST_COMMAND"
docker compose "${compose_args[@]}" run --rm "$runner_service" $TEST_COMMAND
)
}