We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2feb65c commit 3f6373cCopy full SHA for 3f6373c
1 file changed
scripts/test-libfuzzer.ps1
@@ -22,7 +22,7 @@ dotnet publish src/SharpFuzz.CommandLine/SharpFuzz.CommandLine.csproj `
22
-command out/SharpFuzz.CommandLine
23
24
$crasher = "Whoopsie"
25
-$output = Get-ChildItem -Path "timeout-*"
+$output = Get-ChildItem -Path "crash-*"
26
$content = Get-Content -Path $output.FullName -Raw
27
28
if (-not $content.Contains($crasher)) {
0 commit comments