2f8e95baec
For usage documentation, refer to heat/tests/testing-overview.txt. run_tests.sh is what runs the tests. Fixes #44 Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.venv
|
|
source $VENV/bin/activate && $@
|