diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index f2de2c6545eaa6f2c28c3dc6140603efceccc38e..40b268f9f83f0f012d41a23e8521cc976ed2dad1 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -40,6 +40,7 @@ function main() echo "No crashes found" exit 0 else + set -x # upload the report. local proj_id=114 local upload_report=$(curl --request POST --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " --form "file=@report.txt" https://git.zephyr-software.com/api/v4/projects/proj_id/uploads)