mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
use 'python -u' to run python scripts
(cherry picked from commit a5dc0d5066)
This commit is contained in:
parent
d786bb0f8b
commit
6f1632aedf
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ sub start_server {
|
|||
} elsif ($server =~ /^ans/) {
|
||||
$cleanup_files = "{ans.run}";
|
||||
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") {
|
||||
$command = "$PERL ans.pl";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue