mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
use 'python -u' to run python scripts
This commit is contained in:
@@ -226,7 +226,7 @@ sub start_server {
|
|||||||
} elsif ($server =~ /^ans/) {
|
} elsif ($server =~ /^ans/) {
|
||||||
$cleanup_files = "{ans.run}";
|
$cleanup_files = "{ans.run}";
|
||||||
if (-e "$testdir/$server/ans.py") {
|
if (-e "$testdir/$server/ans.py") {
|
||||||
$command = "$PYTHON ans.py 10.53.0.$' 5300";
|
$command = "$PYTHON -u ans.py 10.53.0.$' 5300";
|
||||||
} elsif (-e "$testdir/$server/ans.pl") {
|
} elsif (-e "$testdir/$server/ans.pl") {
|
||||||
$command = "$PERL ans.pl";
|
$command = "$PERL ans.pl";
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user