[Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests
Mikhail Elhimov
m.elhimov at vk.team
Wed Sep 9 00:50:18 MSK 2026
follow-up 7b919c0c0cc5089dc4a61511a502a9ab46c72a2b
---
Branch: https://github.com/tarantool/luajit/tree/elhimov/gh-noticket-test-dbg-fix-checking-macro-support
test/tarantool-debugger-tests/debug-extension-tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/tarantool-debugger-tests/debug-extension-tests.py b/test/tarantool-debugger-tests/debug-extension-tests.py
index 895171a4..ab44121c 100644
--- a/test/tarantool-debugger-tests/debug-extension-tests.py
+++ b/test/tarantool-debugger-tests/debug-extension-tests.py
@@ -172,7 +172,7 @@ class TestCaseBase(unittest.TestCase):
def check_macro_debug_info():
cmd_file = persist('\n'.join([
'b lj_cf_print',
- *PROCESS_RUN,
+ PROCESS_RUN,
'n',
'p gcval(L->base)',
'q',
--
2.43.0
More information about the Tarantool-patches
mailing list