From b9467308bf33ea3cbff30598ec47607565a02463 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Mon, 5 Jun 2017 13:27:22 -0300 Subject: Remove old chromedriver path --- Makefile | 3 --- 1 file changed, 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 -- cgit v1.2.3