diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-28 23:24:09 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:18:53 -0400 |
commit | c232797f8f37be1c630e533fc7cd06a10604a647 (patch) | |
tree | 66e2c90dcf22ce52dc6de0f7cf29ffc7fda51d42 | |
parent | ed9c33b9cdb1b2b61e5b485a21916a353356b67c (diff) |
[tests] install helpers before e2e tests too
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ uninstall: test: tox -test_e2e: +test_e2e: install_helpers tests/e2e/e2e-test-mail.sh tests/e2e/e2e-test-vpn.sh |