summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/debugger/runme.sh
blob: af307914c59cc62c6989525959e4eff533732837 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -eux

source virtualenv.sh

pip install pexpect==4.9.0

./test_run_once.py -i inventory "$@"