From 01bad48306bfa00f234dd09ab30a05e9b35b01b2 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 28 Sep 2017 10:58:01 -0400 Subject: Fix Test Results Updates the key/values that are sent to testresults db. Fixes the PASS/FAIL to ignore _warm_up job. Change-Id: I8af292cd764637cd12cbdb5a2a3e114fbeda5665 Signed-off-by: mbeierl JIRA: STORPERF-216 --- ci/verify-build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci') diff --git a/ci/verify-build.sh b/ci/verify-build.sh index 9911566..0477e17 100755 --- a/ci/verify-build.sh +++ b/ci/verify-build.sh @@ -55,6 +55,8 @@ function check_for_life() { FAILURES=0 +set +e + check_for_life storperf-httpfrontend "/" FAILURES=$((FAILURES + $?)) -- cgit 1.2.3-korg