deb-sahara/tools/with_venv.sh
Matthew Farrellee 1d32744e7e Add run_test.sh for running tests
This is a copy of the test entry point used in Nova, Swift, Keystone,
Tuskar, Glance, Horizon, Neutron, Heat, Cinder, and others. It
provides a simple way to add consistency and repeatability to running
tests w/ minimal human effort, just run ./run_tests.sh.

Change-Id: I5469cdeacb933d30868596e5bb9e767b17ab44d2
2014-02-17 13:47:44 -05:00

5 lines
84 B
Bash
Executable File

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