diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index 232cda8c71ae032332893d691f8ca8ac4a790600..51b957ec871ccd3184bae7e2b7f0ae1ac8566502 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -49,6 +49,7 @@ function main() local host=$(hostname) local md=$(echo $upload_report | shyaml get-value markdown) local desc="" + set +e read -r -d '' desc << EOM Turbo automatically found $crash_count crashes! @@ -60,7 +61,8 @@ Machine details: $mach Full crash report is available here: $md -EOM +EOM + set -e local title="Turbo found $crash_count bugs in libEHP on $date"