diff options
| -rwxr-xr-x | mpm/python/n3xx_bist | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index 99c1706cb..a6740b51a 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -114,6 +114,7 @@ class N310BIST(object):              try:                  status, data = getattr(self, testmethod_name)()                  data['status'] = status +                data['error_msg'] = data.get('error_msg', '')                  return status, data              except AttributeError:                  sys.stderr.write("Test not defined: {}\n".format(testname)) | 
