debug output

This commit is contained in:
Mike Aizatsky 2016-12-12 22:09:22 -08:00
parent 4d0d878609
commit e30377104f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ 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