Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests
@ 2026-09-08 21:50 Mikhail Elhimov via Tarantool-patches
  0 siblings, 0 replies; only message in thread
From: Mikhail Elhimov via Tarantool-patches @ 2026-09-08 21:50 UTC (permalink / raw)
  To: Sergey Kaplun, Sergey Bronnikov, Evgeniy Temirgaleev; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-08 21:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 21:50 [Tarantool-patches] [PATCH luajit] test: fix checking macro support in dbg tests Mikhail Elhimov via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox