Remove unnecessary step in fuzz introspector (#7793)

Remove unncessary step in fuzz introspector
This commit is contained in:
Navidem 2022-06-01 18:00:22 -05:00 committed by GitHub
parent c065902ddd
commit d8a7e45314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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