X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=bluval%2Fbluval.py;h=73cc68a3ed95a4d76f03df7b7766f6ddefba1bc4;hb=22ea7d685a12d0381f58ba5ed0013968019242b5;hp=63b301f9afd37b00352064bbbeaff7fbc9710545;hpb=31998d50e94837acbc6157d4bfd2235d8220f3eb;p=validation.git diff --git a/bluval/bluval.py b/bluval/bluval.py index 63b301f..73cc68a 100644 --- a/bluval/bluval.py +++ b/bluval/bluval.py @@ -68,7 +68,7 @@ def run_testcase(testcase): print('Executing testcase {}'.format(name)) print('show_stopper {}'.format(show_stopper)) - print('Invoking {}'.format(args)) + print('Invoking {}'.format(args), flush=True) try: status = subprocess.call(args, shell=False) if status != 0 and show_stopper.lower() == "true":