commit 0384f5b3efbb041e2bc0080a6b6259e1b96815af Author: Bernhard M. Wiedemann Date: Wed Aug 21 11:36:05 2019 +0200 Workaround a LTO-induced test-failure https://bugzilla.opensuse.org/show_bug.cgi?id=1146548#c3 diff --git a/src/test/bt_test.py b/src/test/bt_test.py index f9ca79efd..07026164a 100755 --- a/src/test/bt_test.py +++ b/src/test/bt_test.py @@ -30,7 +30,7 @@ def matches(lines, funcs): else: return True -FUNCNAMES = "crash oh_what a_tangled_web we_weave main".split() +FUNCNAMES = "oh_what a_tangled_web we_weave main".split() LINES = sys.stdin.readlines()