Skip to content

Commit

Permalink
vm: auto: list source exec files
Browse files Browse the repository at this point in the history
To print what is exactly being executed.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Dec 17, 2024
1 parent 3cb9e8f commit d91d14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,7 @@ case "${INPUT_MODE}" in
run
;;
"vm-expect" | "vm-auto")
check_source_exec_all
setup_env "${@:-normal}"
[ "${INPUT_PACKETDRILL_STABLE}" = "1" ] && build_packetdrill
prepare
Expand Down

0 comments on commit d91d14c

Please sign in to comment.