X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=bluval%2Fbluval.py;h=c0c16de7d9ce71dc3dbc986be122f4e358d480fe;hp=bf5e0c854a0f35f1301099df1ae046be0a1ebafe;hb=253bed77c81387d7603ec30605bc64e2bcbad875;hpb=ab78424814fb38a688567daad9c7091b5f58d3d6 diff --git a/bluval/bluval.py b/bluval/bluval.py index bf5e0c8..c0c16de 100644 --- a/bluval/bluval.py +++ b/bluval/bluval.py @@ -34,7 +34,7 @@ def run_testcase(testcase): print('Invoking {}'.format(cmd)) try: status = subprocess.call(cmd, shell=True) - if status != 0 and testcase['show_stopper']: + if status != 0 and show_stopper: print('Show stopper testcase failed') return status except OSError: