From 3e0b36dcee99ddfd7ea0e04a382c1ad3858fc45f Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 28 Feb 2015 15:58:35 -0600 Subject: Lua: fix with new runtest.py --- lua/stepA_mal.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lua/stepA_mal.lua') diff --git a/lua/stepA_mal.lua b/lua/stepA_mal.lua index 430fffc..db31789 100755 --- a/lua/stepA_mal.lua +++ b/lua/stepA_mal.lua @@ -185,6 +185,11 @@ function print_exception(exc) end end +if #arg > 0 and arg[1] == "--raw" then + readline.raw = true + table.remove(arg,1) +end + if #arg > 0 then xpcall(function() rep("(load-file \""..arg[1].."\")") end, print_exception) -- cgit v1.2.3