mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Import asyncserver from the main branch
This commit imports latest version of asyncserver for system tests from
BIND main branch, commit 4430632915.
Doing it this way is much easier than attempting to cherry-pick 40
individual commits which modify the asyncserver in the main branch.
This commit is contained in:
parent
53cfe984e3
commit
8a746ab0e3
2 changed files with 1531 additions and 0 deletions
1530
bin/tests/system/isctest/asyncserver.py
Normal file
1530
bin/tests/system/isctest/asyncserver.py
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -325,6 +325,7 @@ sub construct_ans_command {
|
|||
}
|
||||
|
||||
if (-e "$testdir/$server/ans.py") {
|
||||
$ENV{'PYTHONPATH'} = $testdir . ":" . $srcdir;
|
||||
$command = "$PYTHON -u ans.py 10.53.0.$n $queryport";
|
||||
} elsif (-e "$testdir/$server/ans.pl") {
|
||||
$command = "$PERL ans.pl";
|
||||
|
|
|
|||
Loading…
Reference in a new issue