Fix devstack-dsvm failure reporting

I74448e75905d2d950a5d0483a9fe27a212f7fe21 removed 'set -e' from the
shell options in gate_hook.sh causing all tempest tests to be treated
as passing even if they actually failed. This patch re-adds the -e
flag so tests can fail correctly again.

Change-Id: I330ca7b189d0d87cc8eff6c1b295a5f924bad475
This commit is contained in:
Tim Buckley 2016-06-27 15:44:41 -06:00
parent 5c9acf916d
commit 836f94c787
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
set -x
set -ex
echo "Start Gate Hook"