From 03ae3c485e497296146a102f89853fd4063a20db Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 19 Sep 2017 14:22:19 -0500 Subject: [PATCH] Fix comment wording nit Change-Id: I558522121099f14d380c163a2c397b34335b03df --- stack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.sh b/stack.sh index 10ffc5e23c..08cdbe422b 100755 --- a/stack.sh +++ b/stack.sh @@ -537,7 +537,7 @@ function exit_trap { if [[ $r -ne 0 ]]; then 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 generate-subunit $DEVSTACK_START_TIME $SECONDS 'fail' >> ${SUBUNIT_OUTPUT} fi @@ -547,7 +547,7 @@ function exit_trap { $TOP_DIR/tools/worlddump.py -d $LOGDIR fi 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 generate-subunit $DEVSTACK_START_TIME $SECONDS >> ${SUBUNIT_OUTPUT} fi