From 6d28427b0d0ede645ea0e7ce646554875bef94b1 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Tue, 3 Sep 2019 15:33:20 -0400 Subject: [PATCH] updated fuzzpod script --- cicd_testing/do-fuzz.sh | 1 + cicd_testing/ehp-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index 3c0a333..2d57900 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -12,6 +12,7 @@ function main() cd test scons strip test.exe + cd .. # better done with boost add -q -i turbo-cli boost add libehp || true diff --git a/cicd_testing/ehp-config.yaml b/cicd_testing/ehp-config.yaml index 1a0cfd6..c51d453 100644 --- a/cicd_testing/ehp-config.yaml +++ b/cicd_testing/ehp-config.yaml @@ -1,4 +1,4 @@ -name: "gzip config" +name: "test config" preserve-program-name: false -- GitLab