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:
Uli Schlachter 2015-08-13 10:57:29 +02:00
parent 953cdf416e
commit 1beda989e5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
timer = require("gears.timer") local timer = require("gears.timer")
local awful = require("awful")
runner = { runner = {
quit_awesome_on_error = os.getenv('TEST_PAUSE_ON_ERRORS') ~= '1', quit_awesome_on_error = os.getenv('TEST_PAUSE_ON_ERRORS') ~= '1',