Skip to content

Commit

Permalink
Merge branch 'latest' into net
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Mar 19, 2024
2 parents d6b59a4 + 7160e65 commit 10bc4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10bc4f0

Please sign in to comment.