diff options
author | Mark Beierl <mark.beierl@dell.com> | 2017-09-28 15:37:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-28 15:37:01 +0000 |
commit | 41ba13aad1a57fe9b9bcc674cbfe3215e295f177 (patch) | |
tree | 82f20071021ef876d9ff7735f6cb028980484844 /ci/verify-build.sh | |
parent | f38586641a6528fd0165c1146a164622853b6ac9 (diff) | |
parent | 01bad48306bfa00f234dd09ab30a05e9b35b01b2 (diff) |
Merge "Fix Test Results"
Diffstat (limited to 'ci/verify-build.sh')
-rwxr-xr-x | ci/verify-build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 + $?)) |