diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-28 23:42:53 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:18:56 -0400 |
commit | ec3c4a21b24afac389a10bdbbb9ac36acd2a6ffb (patch) | |
tree | 8e9ef63ae61244641421d858fe08f0410bfd6ada /Makefile | |
parent | 081ef137ab4d1325a46a24752b11a60b953c1bb4 (diff) |
[bug] assign initial empty state
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |