keystone/tools/with_venv.sh
Monty Taylor 3da657555d Normalize build files with current jenkins.
Change-Id: I528c3cc4e16dfa1465c8e3ac1062c65dc2ddc2f0
2012-01-31 18:28:13 -05:00

5 lines
84 B
Bash
Executable File

#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@