mirror of https://github.com/google/oss-fuzz.git
[infra] removing debug output
This commit is contained in:
parent
8c4188d921
commit
5c2eb9da69
|
@ -63,7 +63,6 @@ for FUZZER_BINARY in $(find $OUT/ -executable -type f); do
|
|||
EOF
|
||||
)
|
||||
echo "$REPORT_TEXT" > /junit_reports/$FUZZER.xml
|
||||
echo "$REPORT_TEXT"
|
||||
done
|
||||
|
||||
if [ "$N" -eq "0" ]; then
|
||||
|
|
Loading…
Reference in New Issue