From 30a69f9995881c97f647478c9ec6970f3a21221a Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 13 Sep 2019 17:21:39 -0400 Subject: [PATCH] added option to use throwing assert or real assert --- cicd_testing/do-fuzz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index 40b268f..232cda8 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -43,7 +43,7 @@ function main() 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) + 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) local date=$(date) local mach=$(uname -a) local host=$(hostname) -- GitLab