Skip to content

Commit

Permalink
Use full path for fuzztest tests (AOMediaCodec#1910)
Browse files Browse the repository at this point in the history
Though it is not needed for local debugs, it seems needed for some
dockers.
  • Loading branch information
vrabaud authored Jan 7, 2024
1 parent 73b0b2d commit 4a69fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ then
this_dir=\$(dirname \"\$0\")
export TEST_DATA_DIRS=\$this_dir/corpus
chmod +x \$this_dir/$fuzz_basename
$fuzz_basename --fuzz=$fuzz_entrypoint -- \$@" > $OUT/$TARGET_FUZZER
\$this_dir/$fuzz_basename --fuzz=$fuzz_entrypoint -- \$@" > $OUT/$TARGET_FUZZER
chmod +x $OUT/$TARGET_FUZZER
done
done
Expand Down

0 comments on commit 4a69fde

Please sign in to comment.