Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrevi committed Feb 21, 2024
1 parent 30ffe7b commit dc9947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup_ebpf_cicd_tests.ps1
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ Import-ResultsFromVM -VMList $VMList -KmTracing $KmTracing
foreach($VM in $VMList) {
$VMName = $VM.Name
Write-Host "Uninstalling eBPF components on VM $VMName..."
Uninstall-eBPFComponentsOnVM -VMName $VMname -WorkingDirectory $WorkingDirectory -ErrorAction Stop
Uninstall-eBPFComponentsOnVM -VMName $VMname -ErrorAction Stop
}

# Stop the VMs.

0 comments on commit dc9947b

Please sign in to comment.