]> 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:09:39 +0000 (15:09 +1000)
bin/tests/system/start.pl

index 55256c5cd8fa4598f86122633220ca5b80d3877e..71b3711c7d0ae1a94ca950840d520c457ad777d9 100644 (file)
@@ -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 {