From a5dc0d506670e32a51075b32eee89bd790871f79 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 24 May 2017 15:09:39 +1000 Subject: [PATCH] use 'python -u' to run python scripts --- bin/tests/system/start.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 55256c5cd8..71b3711c7d 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 {