mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix a confusing error message in the testsuite
This commit is contained in:
@ -42,7 +42,7 @@ if (!$rpl_connection_name)
|
|||||||
--let $_rpl_port= \$SERVER_MYPORT_$rpl_server_number
|
--let $_rpl_port= \$SERVER_MYPORT_$rpl_server_number
|
||||||
if (!$_rpl_port)
|
if (!$_rpl_port)
|
||||||
{
|
{
|
||||||
--echo Bug in test case: '\$SERVER_MYPORT_$rpl_server_number' not initialized. Check the test's .cfg file.
|
--echo Bug in test case: '\$SERVER_MYPORT_$rpl_server_number' not initialized. Check the test's .cnf file.
|
||||||
--die Not all SERVER_MYPORT_* environment variables are setup correctly.
|
--die Not all SERVER_MYPORT_* environment variables are setup correctly.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user