Add simple test case to run all repo EVTX files with DeepBlue.ps1
This commit is contained in:
2
t/runall.ps1
Normal file
2
t/runall.ps1
Normal file
@ -0,0 +1,2 @@
|
||||
Write-Host "Running DeepBlue.ps1 on all EVTX files to identify any syntax errors."
|
||||
cd .. ; gci -path . -recurse -name "*.evtx" | % {.\DeepBlue.ps1 -File $_ | Out-Null }
|
Reference in New Issue
Block a user