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:
parent
06eabef61d
commit
0ca6707992
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user