Merge "Move xtrace early"
This commit is contained in:
commit
7b227387cf
8
stack.sh
8
stack.sh
@ -21,6 +21,10 @@
|
|||||||
|
|
||||||
# Learn more and get the most recent version at http://devstack.org
|
# Learn more and get the most recent version at http://devstack.org
|
||||||
|
|
||||||
|
# Print the commands being run so that we can see the command that triggers
|
||||||
|
# an error. It is also useful for following along as the install occurs.
|
||||||
|
set -o xtrace
|
||||||
|
|
||||||
# Make sure custom grep options don't get in the way
|
# Make sure custom grep options don't get in the way
|
||||||
unset GREP_OPTIONS
|
unset GREP_OPTIONS
|
||||||
|
|
||||||
@ -494,10 +498,6 @@ function err_trap {
|
|||||||
# Begin trapping error exit codes
|
# Begin trapping error exit codes
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
# Print the commands being run so that we can see the command that triggers
|
|
||||||
# an error. It is also useful for following along as the install occurs.
|
|
||||||
set -o xtrace
|
|
||||||
|
|
||||||
# Print the kernel version
|
# Print the kernel version
|
||||||
uname -a
|
uname -a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user