X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=debug%2Ftestlib.py;h=53e670ec51c006fa96cbb0ea2f201e5f77fb7f7c;hp=f8c8062f2b9c05d9416d90099d3e84611924b2d8;hb=440f54715a4a4335a371c61bc79079ead8c3c6fe;hpb=7ce8ad62d7f1a1e183665418151d7c655c29642a diff --git a/debug/testlib.py b/debug/testlib.py index f8c8062..53e670e 100644 --- a/debug/testlib.py +++ b/debug/testlib.py @@ -166,5 +166,5 @@ class Gdb(object): def hbreak(self, location): output = self.command("hbreak %s" % location) assert "not defined" not in output - assert "Breakpoint" in output + assert "Hardware assisted breakpoint" in output return output