Merge "Fix comment wording nit"
This commit is contained in:
commit
0a97e56186
4
stack.sh
4
stack.sh
@ -509,7 +509,7 @@ function exit_trap {
|
|||||||
|
|
||||||
if [[ $r -ne 0 ]]; then
|
if [[ $r -ne 0 ]]; then
|
||||||
echo "Error on exit"
|
echo "Error on exit"
|
||||||
# If we error before we've installed os-testr, which will fail.
|
# If we error before we've installed os-testr, this will fail.
|
||||||
if type -p generate-subunit > /dev/null; then
|
if type -p generate-subunit > /dev/null; then
|
||||||
generate-subunit $DEVSTACK_START_TIME $SECONDS 'fail' >> ${SUBUNIT_OUTPUT}
|
generate-subunit $DEVSTACK_START_TIME $SECONDS 'fail' >> ${SUBUNIT_OUTPUT}
|
||||||
fi
|
fi
|
||||||
@ -519,7 +519,7 @@ function exit_trap {
|
|||||||
$TOP_DIR/tools/worlddump.py -d $LOGDIR
|
$TOP_DIR/tools/worlddump.py -d $LOGDIR
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# If we error before we've installed os-testr, which will fail.
|
# If we error before we've installed os-testr, this will fail.
|
||||||
if type -p generate-subunit > /dev/null; then
|
if type -p generate-subunit > /dev/null; then
|
||||||
generate-subunit $DEVSTACK_START_TIME $SECONDS >> ${SUBUNIT_OUTPUT}
|
generate-subunit $DEVSTACK_START_TIME $SECONDS >> ${SUBUNIT_OUTPUT}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user