From 7160e650915cbe812f60fb5cf00c098d06bb19d4 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Tue, 19 Mar 2024 17:24:29 +0100 Subject: [PATCH] tap2json: fix typo '*' should not be quoted. Signed-off-by: Matthieu Baerts (NGI0) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8734db1..fc4dd58 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1337,7 +1337,7 @@ _gen_results_files() { LANG=C /tap2json.py \ --output "${RESULTS_DIR}/results.json" \ --info "run_id:${GITHUB_RUN_ID:-"none"}" \ - "${RESULTS_DIR}/*.tap" + "${RESULTS_DIR}"/*.tap } # $1: mode, rest: args for kconfig