Skip to content

Commit

Permalink
add cleanup flag
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 committed Apr 1, 2024
1 parent f741b47 commit 1e70f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Invoke-AtomicRunner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function Invoke-AtomicRunner {
if ($scheduledTaskCleanup) {
# Cleanup after running test
Write-Host -Fore cyan "Sleeping for $SleepTillCleanup seconds before cleaning up for $($tr.Technique) $($tr.auto_generated_guid) "; Start-Sleep -Seconds $SleepTillCleanup
$htvars.Add("Cleanup")
$htvars.Add("Cleanup",$true)
Invoke-AtomicTestFromScheduleRow $tr
}
else {
Expand Down

0 comments on commit 1e70f7b

Please sign in to comment.