Commit 8d79e5b4 authored by valenok's avatar valenok

removed Testing test prefix in messages

parent e6509411
......@@ -76,7 +76,7 @@ sub req {
# Send the request. Compare with the expected reply. Fail if no match
sub o {
my ($request, $expected_reply, $message, $num_logs) = @_;
print "==> Testing $message ... ";
print "==> $message ... ";
my $reply = req($request, $num_logs);
if ($reply =~ /$expected_reply/s) {
print "OK\n";
......
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