tox: base test command and positional arguments
[deliverable/lttng-ivc.git] / lttng_ivc / run_as_sudo.sh
1 venv_path=$(dirname "$0")/../.venv/bin/activate
2
3 . $venv_path
4
5 $@
6
7 which python
8
9
This page took 0.029803 seconds and 5 git commands to generate.