Skip to content

Commit

Permalink
Merge pull request elastic#339 from ruflin/makefile-fix
Browse files Browse the repository at this point in the history
Fix system-tests env path
  • Loading branch information
andrewkroh committed Dec 1, 2015
2 parents 11f04f0 + 8f5f8df commit b786341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ system-tests: libbeat.test prepare-tests system-tests-setup
# Runs the system tests
.PHONY: system-tests-setup
system-tests-setup: tests/system/requirements.txt
test -d env || virtualenv build/system-tests/env > /dev/null
test -d build/system-tests/env || virtualenv build/system-tests/env > /dev/null
. build/system-tests/env/bin/activate && pip install -Ur tests/system/requirements.txt > /dev/null
touch build/system-tests/env/bin/activate

Expand Down

0 comments on commit b786341

Please sign in to comment.