From ec3c4a21b24afac389a10bdbbb9ac36acd2a6ffb Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Aug 2017 23:42:53 -0400 Subject: [bug] assign initial empty state --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a734f4..62f0802 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ test_functional_setup: pip install -U behave selenium test_functional: install_helpers - test -f /usr/bin/lxpolkit && lkpolkit & + test -f /usr/bin/lxpolkit && lxpolkit & xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags @smoke tests/functional/features -k --no-capture -D host=localhost test_functional_graphical: -- cgit v1.2.3