Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
c7b4d88c5adec40dddc0823d2a92be2b3d08b05f
/
.
/
tools
/
with_venv.sh
blob: 550c4774e561f95a242c9d0ff5d0abecef8f7e4b [
file
] [
log
] [
blame
]
Justin Shepherd
0d9bbd1
2011-08-11 12:57:44 -0500
[
diff
] [
blame
]
1
#!/bin/bash
2
TOOLS
=
`dirname $0`
Matthew Treinish
8e937d7
2012-12-14 11:11:41 -0500
[
diff
] [
blame
]
3
VENV
=
$TOOLS
/../.
venv
4
source $VENV
/
bin
/
activate
&&
"$@"