Skip to content

Commit

Permalink
Merge pull request kubevirt#11764 from oshoval/dump
Browse files Browse the repository at this point in the history
tests: Remove dump when cluster-up fails
  • Loading branch information
kubevirt-bot authored Apr 27, 2024
2 parents 0b74754 + c2bfd3d commit 05ab6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export IMAGE_PREFIX_ALT=${IMAGE_PREFIX_ALT:-kv-}

build_images

trap '{ collect_debug_logs; echo "Dump kubevirt state:"; make dump; }' ERR
trap '{ collect_debug_logs; }' ERR
make cluster-up
trap - ERR

Expand Down

0 comments on commit 05ab6b4

Please sign in to comment.