X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=bluval%2Fbluval.py;h=73cc68a3ed95a4d76f03df7b7766f6ddefba1bc4;hp=c79c83031d0d6065ef55b0566ed8ebcef36e4a82;hb=64e22511e4009dc66de30a3a5c5296e4995f0f34;hpb=817ef6bf62837a2a8a2507b0e6e4c9f7ff372240 diff --git a/bluval/bluval.py b/bluval/bluval.py index c79c830..73cc68a 100644 --- a/bluval/bluval.py +++ b/bluval/bluval.py @@ -64,11 +64,11 @@ def run_testcase(testcase): # run the test args = ["robot", "-V", str(variables_updated_file), "-d", str(results_path), - "-b", "debug.log", str(test_path)] + "-n", "non-critical", "-b", "debug.log", str(test_path)] 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":