We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968f97e commit 68a98f4Copy full SHA for 68a98f4
destroy-runner.sh
@@ -7,5 +7,5 @@ vm=$base_vm.$1; shift
7
libvirt_vm=$SERVO_CI_LIBVIRT_PREFIX-$vm
8
9
virsh destroy $libvirt_vm || :
10
-virsh undefine $libvirt_vm || :
+virsh undefine --nvram $libvirt_vm || :
11
zfs destroy -v $SERVO_CI_ZFS_PREFIX/$vm
0 commit comments