Print devstack command traces before executing command

Enable printing of command traces running manila devstack plugin.
It can be useful debugging CI output with errors.

Change-Id: I65321510b175f20689cc1afbeaad482017687a4d
This commit is contained in:
Valeriy Ponomaryov 2015-07-10 18:25:24 +03:00
parent 6abb30299b
commit dbf00f2e32

View File

@ -23,7 +23,7 @@
# Save trace setting
XTRACE=$(set +o | grep xtrace)
set +o xtrace
set -o xtrace
# Defaults
# --------