Clarify grenade failure message

This patch changes wording in an error message to make it
clearer.

TrivialFix

Change-Id: I15fe8f8c1c4273665ea59f93a007c5680b652458
This commit is contained in:
Alexey Ovchinnikov 2016-08-26 10:32:52 +03:00
parent 06eabef61d
commit 0ca6707992
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function scenario_1_do_share_with_rules_and_metadata {
((wait_timeout-=$MANILA_GRENADE_WAIT_STEP))
sleep $MANILA_GRENADE_WAIT_STEP
elif [[ $current_status == 'error' ]]; then
die $LINENO "Share failed to reach 'available' status."
die $LINENO "Share is in 'error' state."
else
die $LINENO "Should never reach this line."
fi