From 1ec1a2c659296ffb4a9b6623bae6d3a620248a14 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Tue, 3 Sep 2019 15:27:22 -0400 Subject: [PATCH] updated fuzzpod script --- cicd_testing/do-fuzz.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index 70122ca..e89c462 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -2,6 +2,8 @@ function main() { + set -e + set -x # build software git submodule sync --recursive git submodule update --recursive --init -- GitLab