tests/_runner.lua: Load all dependencies
This tried to use awful, but didn't load awful itself. Kids, this is why you should make your variables local! Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
953cdf416e
commit
1beda989e5
|
@ -1,4 +1,5 @@
|
|||
timer = require("gears.timer")
|
||||
local timer = require("gears.timer")
|
||||
local awful = require("awful")
|
||||
|
||||
runner = {
|
||||
quit_awesome_on_error = os.getenv('TEST_PAUSE_ON_ERRORS') ~= '1',
|
||||
|
|
Loading…
Reference in New Issue