diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-06-05 13:27:22 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-06-06 11:55:58 -0300 |
commit | b9467308bf33ea3cbff30598ec47607565a02463 (patch) | |
tree | 0c6a16dd978c8dcda3d410f8052382b70803ff48 /Makefile | |
parent | ae9e79e6bcbb2e74dc0c1b0000ff60e4159028cd (diff) |
Remove old chromedriver path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |