X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=bluval%2Fbluval.py;h=73cc68a3ed95a4d76f03df7b7766f6ddefba1bc4;hp=63b301f9afd37b00352064bbbeaff7fbc9710545;hb=21b8334662643b1877a2be70152a9b631a685af7;hpb=2865a1e803121989fa0db5fbe26c283639751fe7 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":