python-saharaclient/tools/with_venv.sh
Matthew Farrellee 850963bbf8 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: I7d9369f7c86b62a6e7ba9b66344d6ad25596251f
2014-01-08 16:32:50 -05:00

5 lines
84 B
Bash
Executable File

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