From 4c5fff05b7a5cf82cc4f0fa531f2a7b8e372725a Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Thu, 5 Sep 2019 10:26:44 -0400 Subject: [PATCH] fixed typo-eque error --- 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 2195974..c318fd3 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -29,7 +29,7 @@ function main() echo "The report is: " echo $report - local crash_count=$(cat report|shyaml get-value failing-input-count) + local crash_count=$(echo $report|shyaml get-value failing-input-count) if [[ $crash_count == 0 ]]; then echo "No crashes found" -- GitLab