aboutsummaryrefslogtreecommitdiff
path: root/t/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 't/run.lua')
-rw-r--r--t/run.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/run.lua b/t/run.lua
index a7af537..4c9b699 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -175,6 +175,8 @@ local function run_tests(tests, arg)
print("[PASSED]")
end
end
+ io.stdout:write("\x1B[?25h")
+ io.stdout:flush()
os.exit(fail_count)
end