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

updated to extract properly-named property

parent 189444f1
No related branches found
No related tags found
No related merge requests found
Pipeline #4670 failed
......@@ -29,7 +29,7 @@ function main()
echo "The report is: "
echo $report
local crash_count=$(cat report|shyaml get-value crashing-input-count)
local crash_count=$(cat report|shyaml get-value failing-input-count)
if [[ $crash_count == 0 ]]; then
echo "No crashes found"
......
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