Skip to content

Commit 08b3d5d

Browse files
committed
[tests] log a message to explain a lua error is expected afterwards
Change-Id: Icd0456bc93aed9ded53e31a647c5c02aaf72dcc6
1 parent 540bf58 commit 08b3d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pylt/tests/t-lua.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
local custom_obj = {["data"] = "test string"}
1313
setmetatable(custom_obj, {["__tostring"] = function(obj) return nil .. obj["data"] end})
1414
15+
print("EXPECT LUA TRACEBACK IN THE NEXT LINES:")
1516
print("bar", "custom_obj=", custom_obj)
1617
1718
local function extract_info(vr)

0 commit comments

Comments
 (0)