From db6c17982eca27f1cdf59d2c384615af89a3d81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 16 Feb 2017 13:59:21 +0100 Subject: test/vis: patch Lua package.path to include source repository This might fix the tests on systems where /proc/self/exe is not available. --- vis/visrc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/vis/visrc.lua b/vis/visrc.lua index 272815a..f9524fa 100644 --- a/vis/visrc.lua +++ b/vis/visrc.lua @@ -1,3 +1,4 @@ +package.path = '../../lua/?.lua;'..package.path dofile("../../lua/visrc.lua") vis.events.subscribe(vis.events.WIN_OPEN, function(win) -- cgit v1.2.3