We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88a41da + e16f854 commit 50749c8Copy full SHA for 50749c8
1 file changed
devstack-vm-gate-wrap.sh
@@ -32,6 +32,8 @@ ANSIBLE_VERSION=${ANSIBLE_VERSION:-2.0.0.2}
32
33
# sshd may have been compiled with a default path excluding */sbin
34
export PATH=$PATH:/usr/local/sbin:/usr/sbin
35
+# When doing xtrace (set -x / set -o xtrace), provide more debug output
36
+export PS4='+ ${BASH_SOURCE:-}:${FUNCNAME[0]:-}:L${LINENO:-}: '
37
38
source $WORKSPACE/devstack-gate/functions.sh
39
0 commit comments