Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 committed Mar 28, 2024
1 parent ca9ba90 commit e25f2e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Public/Invoke-AtomicRunner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,8 @@ 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
<<<<<<< HEAD
$htvars.Add("Cleanup")
Invoke-AtomicTestFromScheduleRow $tr
=======
Invoke-AtomicTestFromScheduleRow $tr $true
>>>>>>> f43d87e7447bcc8b180d7f0898d4a92fba4da33f
}
else {
# run the atomic test and exit
Expand Down

0 comments on commit e25f2e0

Please sign in to comment.