Skip to content

Commit

Permalink
macos13: add support for image in destroy-runner.sh (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jan 7, 2025
1 parent 968f97e commit 68a98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion destroy-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ vm=$base_vm.$1; shift
libvirt_vm=$SERVO_CI_LIBVIRT_PREFIX-$vm

virsh destroy $libvirt_vm || :
virsh undefine $libvirt_vm || :
virsh undefine --nvram $libvirt_vm || :
zfs destroy -v $SERVO_CI_ZFS_PREFIX/$vm

0 comments on commit 68a98f4

Please sign in to comment.