mirror of https://github.com/google/oss-fuzz.git
Remove unnecessary step in fuzz introspector (#7793)
Remove unncessary step in fuzz introspector
This commit is contained in:
parent
c065902ddd
commit
d8a7e45314
|
@ -215,7 +215,6 @@ if [ "$SANITIZER" = "introspector" ]; then
|
|||
|
||||
find $SRC/ -name "*.data" -exec cp {} $SRC/inspector/ \;
|
||||
find $SRC/ -name "*.data.yaml" -exec cp {} $SRC/inspector/ \;
|
||||
find $SRC/ -name "*branchProfile.yaml" -exec cp {} $SRC/inspector/ \;
|
||||
# Move coverage report.
|
||||
if [ -d "$OUT/textcov_reports" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue