]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use 'python -u' to run python scripts
authorMark Andrews <marka@isc.org>
Wed, 24 May 2017 05:09:39 +0000 (15:09 +1000)
committerMark Andrews <marka@isc.org>
Wed, 24 May 2017 05:16:49 +0000 (15:16 +1000)
(cherry picked from commit a5dc0d506670e32a51075b32eee89bd790871f79)

bin/tests/system/start.pl

index cc4dc8bde03baafd8600e5ef6f1abd53c123e7da..e32f8ce2fb66026b1374be09e125f5fa94ce5f0d 100644 (file)
@@ -235,7 +235,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 {