From 6a65f8117d530fa78b5f84e752e543f805bdea5c Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Tue, 3 Sep 2019 15:24:15 -0400 Subject: [PATCH] updated fuzzpod script --- 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 96e86e1..72a2ea7 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -11,7 +11,7 @@ function main() strip test.exe # better done with boost add -q -i - turbo-cli boost add libehp || trust + turbo-cli boost add libehp || true local bid=$(turbo-cli boost list|grep libehp|cut -d" " -f1) turbo-cli seed add $bid cicd_testing/ehp-seed.yaml || true -- GitLab