Skip to content

Commit

Permalink
vm: build packetdrill if stable version needed
Browse files Browse the repository at this point in the history
Because it is likely not the version packaged in the docker image.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jun 19, 2024
1 parent 930a193 commit a868d58
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 a868d58

Please sign in to comment.