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 Jun 19, 2024
2 parents b3d44ea + a868d58 commit 24c8acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1677,10 +1677,12 @@ case "${INPUT_MODE}" in
;;
"vm" | "vm-manual")
setup_env "${@:-normal}"
[ "${INPUT_PACKETDRILL_STABLE}" = "1" ] && build_packetdrill
run
;;
"vm-expect" | "vm-auto")
setup_env "${@:-normal}"
[ "${INPUT_PACKETDRILL_STABLE}" = "1" ] && build_packetdrill
run_expect
analyze "${@:-normal}"
;;
Expand Down

0 comments on commit 24c8acf

Please sign in to comment.