Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
73cb70b0507b6cedd871b2c56e4c512f74e79d29
/
.
/
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
&&
"$@"