Fixup the start_fail -> start_servers_failed typo
(cherry picked from commit 0313d2950a)
This commit is contained in:
@@ -121,7 +121,7 @@ start_servers_failed() {
|
||||
start_servers() {
|
||||
echoinfo "I:$systest:starting servers"
|
||||
if $restart; then
|
||||
$PERL start.pl --restart --port "$PORT" "$systest" || start_fail
|
||||
$PERL start.pl --restart --port "$PORT" "$systest" || start_servers_failed
|
||||
else
|
||||
restart=true
|
||||
$PERL start.pl --port "$PORT" "$systest" || start_fail
|
||||
|
||||
Reference in New Issue
Block a user