aboutsummaryrefslogtreecommitdiff
path: root/t/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 't/run.lua')
-rw-r--r--t/run.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/run.lua b/t/run.lua
index d99e417..2de689b 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -394,6 +394,7 @@ local function run_tests(tests, arg)
local failed = false
xpcall(v, function(err)
print("[FAIL]: " .. err)
+ print(debug.traceback())
print()
print()
print("Last Command: " .. last_command)