From: Mark Andrews Date: Wed, 24 May 2017 05:09:39 +0000 (+1000) Subject: use 'python -u' to run python scripts X-Git-Tag: v9.12.0a1~280 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a5dc0d506670e32a51075b32eee89bd790871f79;p=thirdparty%2Fbind9.git use 'python -u' to run python scripts --- diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 55256c5cd8f..71b3711c7d0 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -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 {