From dc9947b20c5b3f3f9bc5a2f8e5df4a08753e7988 Mon Sep 17 00:00:00 2001 From: Gianni Trevisiol Date: Wed, 21 Feb 2024 12:36:28 -0800 Subject: [PATCH] wip --- scripts/cleanup_ebpf_cicd_tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup_ebpf_cicd_tests.ps1 b/scripts/cleanup_ebpf_cicd_tests.ps1 index b15443821d..0bc0447e49 100644 --- a/scripts/cleanup_ebpf_cicd_tests.ps1 +++ b/scripts/cleanup_ebpf_cicd_tests.ps1 @@ -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.