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 {