GDB Plugin: Change undefined behavior exception

When we changed the policy regarding skipping tests,
we forgot to change how the gdb plugin behaves on
undefined behavior - We are not supposed to be skipping
tests during its execution anymore.

So let's fix the problem by changing the undefined
behavior exception to a TestError instead of a TestNAError.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 013e2ce3
......@@ -78,6 +78,6 @@ class GDB(plugin.Plugin):
gdb.GDBSERVER_PATH = settings.get_value('gdb.paths',
'gdbserver',
default=system_gdbserver_path)
process.UNDEFINED_BEHAVIOR_EXCEPTION = exceptions.TestNAError
process.UNDEFINED_BEHAVIOR_EXCEPTION = exceptions.TestError
except AttributeError:
pass
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册