From 1173e1e003485899ea0bbf217a1838b29c64e89e Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 13 Sep 2019 16:30:01 -0400 Subject: [PATCH] added option to use throwing assert or real assert --- cicd_testing/do-fuzz.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index f2de2c6..40b268f 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) -- GitLab