summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 899b6c80..1c8e8172 100644
--- a/Makefile
+++ b/Makefile
@@ -79,13 +79,11 @@ integration_tests_py:
functional_tests: clean requirements install
@. $(VIRTUALENV)/bin/activate;\
- export PATH=$(PATH):/usr/lib/chromium/;\
cd service;\
xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags ~@smoke test/functional/features
smoke_tests: clean install
@. $(VIRTUALENV)/bin/activate;\
- export PATH=$(PATH):/usr/lib/chromium/;\
cd service;\
xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags ~@wip --tags @smoke test/functional/features -k -D host=$(provider)
@@ -96,7 +94,6 @@ functional_tests_ci: clean requirements install
functional_tests_wip:
@. $(VIRTUALENV)/bin/activate;\
- export PATH=$(PATH):/usr/lib/chromium/;\
cd service;\
xvfb-run --server-args="-screen 0 1280x1024x24" behave --tags @wip test/functional/features