Change-Id: I558522121099f14d380c163a2c397b34335b03df
| ... | ... |
@@ -537,7 +537,7 @@ function exit_trap {
|
| 537 | 537 |
|
| 538 | 538 |
if [[ $r -ne 0 ]]; then |
| 539 | 539 |
echo "Error on exit" |
| 540 |
- # If we error before we've installed os-testr, which will fail. |
|
| 540 |
+ # If we error before we've installed os-testr, this will fail. |
|
| 541 | 541 |
if type -p generate-subunit > /dev/null; then |
| 542 | 542 |
generate-subunit $DEVSTACK_START_TIME $SECONDS 'fail' >> ${SUBUNIT_OUTPUT}
|
| 543 | 543 |
fi |
| ... | ... |
@@ -547,7 +547,7 @@ function exit_trap {
|
| 547 | 547 |
$TOP_DIR/tools/worlddump.py -d $LOGDIR |
| 548 | 548 |
fi |
| 549 | 549 |
else |
| 550 |
- # If we error before we've installed os-testr, which will fail. |
|
| 550 |
+ # If we error before we've installed os-testr, this will fail. |
|
| 551 | 551 |
if type -p generate-subunit > /dev/null; then |
| 552 | 552 |
generate-subunit $DEVSTACK_START_TIME $SECONDS >> ${SUBUNIT_OUTPUT}
|
| 553 | 553 |
fi |