Skip to content

Commit

Permalink
Fix system-tests env path
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Dec 1, 2015
1 parent b52b78b commit 8f5f8df
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 8f5f8df

Please sign in to comment.