Skip to content

Commit 68a98f4

Browse files
committed
macos13: add support for image in destroy-runner.sh (#3)
1 parent 968f97e commit 68a98f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

destroy-runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ vm=$base_vm.$1; shift
77
libvirt_vm=$SERVO_CI_LIBVIRT_PREFIX-$vm
88

99
virsh destroy $libvirt_vm || :
10-
virsh undefine $libvirt_vm || :
10+
virsh undefine --nvram $libvirt_vm || :
1111
zfs destroy -v $SERVO_CI_ZFS_PREFIX/$vm

0 commit comments

Comments
 (0)