Fix-Cleanup-Command

Fix the cleanup command to pass the output_path input argument instead of being hardcoded.
This commit is contained in:
Burning_PM
2023-03-17 06:53:35 -07:00
parent 8025353c3d
commit 67afbfe15c
+1 -1
View File
@@ -103,5 +103,5 @@ atomic_tests:
whoami.exe /all >> #{output_path}\$file
cleanup_command: |
Remove-Item -Path $env:temp\rad*.tmp -Force
Remove-Item -Path #{output_path}\rad*.tmp -Force
name: powershell