Skip to content

Commit

Permalink
fix nameserver testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
drawing committed Nov 6, 2024
1 parent 04baff4 commit c2f7710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/nginx-tests/tengine-tests/dynamic_resolve.t
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ sub dns_server_daemon {
Verbose => 0
) or die "couldn't create nameserver object\n";

$ns->main_loop;
$ns->start_server;
}

###############################################################################
2 changes: 1 addition & 1 deletion tests/nginx-tests/tengine-tests/vnswrr4dynamic_ups.t
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ sub dns_server_daemon {
Verbose => 0
) or die "couldn't create nameserver object\n";

$ns->main_loop;
$ns->start_server;
}

###############################################################################

0 comments on commit c2f7710

Please sign in to comment.