Fix dib virtualenv setup

activate needs to be sourced to run.

Change-Id: Ic6a122ea15af06f3a2b42e4965743b544817afce
This commit is contained in:
Andreas Jaeger 2016-03-17 16:29:32 +01:00
parent bffa920d04
commit 8a528b5b24
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
# activate the virtualenv so that any tools run by dib run
# using the python inside it
./env/bin/activate
source ./env/bin/activate
./openstack/diskimage-builder/tests/run_functests.sh
deactivate