Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
tempest
/
a4680d3f0c42143c72aaea1cd21e8f37f2f40eb9
/
.
/
tools
/
with_venv.sh
blob: 2e2b855c38e4105554bbce7fc8e18c38db35ac65 [
file
] [
log
] [
blame
]
#!/bin/bash
TOOLS
=
`dirname $0`
VENV
=
$TOOLS
/../.
kong
-
venv
source $VENV
/
bin
/
activate
&&
$@