Commit c84ecccc authored by Michal Berger's avatar Michal Berger Committed by Jim Harris
Browse files

vhost/windows: Make sure host drive is properly cleaned up

parent 0247a994
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,4 +70,6 @@ foreach($disk in $disks)
    .\scsicompliance.exe /Device \\.\$($vol.DriveLetter): /Operation Test /Scenario Common | tee "C:\SCSI\WIN_SCSI_2_$label.log"
    start-sleep 2
    mv .\scsicompliance.wtl ".\WIN_SCSI_2_$label.wtl"
    # Cleanup the drive
    Clear-Disk -Number $disk.Number -RemoveData -Confirm:$false
}