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