This website requires JavaScript.
Explore
Get Started
openstack
/
heat
Code
Issues
Proposed changes
0614b707d3
Branches
Tags
View all branches
heat
/
tools
/
with_venv.sh
5 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Add unit test framework nose and associated helper scripts 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>
2012-04-13 17:10:30 -04:00
#!/bin/bash
TOOLS
=
`
dirname
$0
`
VENV
=
$TOOLS
/../.venv
Enclose command args in with_venv.sh It will support argument with blanks. Change-Id: Ic3a00bdafc11459e9726eb99c7bc637d385e859a Closes-Bug: #1220937
2013-09-09 14:36:33 +08:00
source
$VENV
/bin/activate
&&
"
$@
"
Copy Permalink