warm/tools/with_venv.sh
Sahid Orentino Ferdjaoui 5e7b4a34b7 Update the project to use testr
Update the project wirh olso-incubator to use testr

Change-Id: I550779208569459dd1b9ad9cea496e12442d33cf
Partial-Implements blueprint hacking-compliance
2014-03-05 15:05:20 +01:00

5 lines
84 B
Bash
Executable File

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