Commit ecc33da2 authored by Kristian Nielsen's avatar Kristian Nielsen

Fix a confusing error message in the testsuite

parent 684715a2
...@@ -42,7 +42,7 @@ if (!$rpl_connection_name) ...@@ -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.
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment