disable errexit for the test run phase of the script

we'd like to be able to control things with more granularity
towards the end of runs, not just blow up on errexit. So disable
this for the end of the runs before we go into tempest.

Change-Id: Ibe0e56f3ffd7d084d549562bcfd0069b32fef6df
This commit is contained in:
Sean Dague
2014-01-18 13:54:24 -05:00
parent 5e08a0d71e
commit 90807c8222

View File

@@ -311,6 +311,9 @@ if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
sudo chmod -R o+rx /opt/stack/new/devstack/files
fi
# let us control if we die or not
set +o errexit
cd $BASE/new/tempest
if [[ "$DEVSTACK_GATE_TEMPEST_ALL" -eq "1" ]]; then
echo "Running tempest all test suite"