blob: d4a4a1eafad72110ea14af29825d409ebcdbad9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
set -eux
source virtualenv.sh
pip install pexpect==4.9.0 passlib==1.7.4
# Interactively test vars_prompt
python test-vars_prompt.py -i ../../inventory "$@"
|