mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
removed Testing test prefix in messages
This commit is contained in:
parent
e650941174
commit
8d79e5b43f
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user