Don't disable xtrace

This unnecessarily hides debugging info from CI runs.

Change-Id: Ie3a71b7bf021da232e22f0247b4bd91db37a8de8
This commit is contained in:
Eric Harney 2018-10-18 15:13:46 -04:00
parent ac2618ae8f
commit 48fa9b12b7
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,4 @@
#
XTRACE=$(set +o | grep xtrace)
set +o xtrace
# Devstack NFS plugin
NFS_EXPORT_DIR=${NFS_EXPORT_DIR:-/srv/nfs1}
STACK_NFS_CONF=${STACK_NFS_CONF:-/etc/exports.d/stack_nfs.exports}
@ -120,6 +117,3 @@ if [[ "$1" == "unstack" ]]; then
# interfere with other NFS exports.
sudo service $NFS_SERVICE reload
fi
$XTRACE