Skip to content
Snippets Groups Projects
Commit 1173e1e0 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added option to use throwing assert or real assert

parent a60fc094
No related branches found
No related tags found
No related merge requests found
Pipeline #4785 failed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment