local declare crash_count=$(echo"$report"|shyaml get-value failing-input-count)
...
...
@@ -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=@fail_report.yaml" https://git.zephyr-software.com/api/v4/projects/$proj_id/uploads)