Fix comment wording nit

Change-Id: I558522121099f14d380c163a2c397b34335b03df
This commit is contained in:
Monty Taylor 2017-09-19 14:22:19 -05:00
parent cbd5f4e0ad
commit 03ae3c485e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -537,7 +537,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
@ -547,7 +547,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