diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-28 11:00:30 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:18:49 -0400 |
commit | 04bce963c2314dc9b21bd86224e75c22aae39d70 (patch) | |
tree | 736153ff8d812b5402415e6ccc1854953754d81c /Makefile | |
parent | 8ba14779884b2d1913de1ae4abf6fdeea130838a (diff) |
[tests] fix check-ip script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ test_e2e: test_functional_setup: pip install -U behave selenium -test_functional: +test_functional: install_helpers xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags @smoke tests/functional/features -k --no-capture -D host=localhost test_functional_graphical: |