set -x in cache-testrepository install

Were not set -x'ing here. This makes debugging failures near impossible.

Change-Id: Ib459c2897c191e10103efd3c3109c319dcc50723
This commit is contained in:
Gregory Haynes 2015-02-09 20:48:39 -08:00
parent 3d28b1e84f
commit bc3046bf01
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -e
set -eux
TEMPEST_DIR=/opt/git/openstack/tempest