5a1b59adf9
* Rename `tests` test to match plugin type. * Rename `test_infra` test to avoid confusion. This test target is not a test for test plugins. * Rename `vars_prompt` test to avoid confusion. * Update sanity ignores.
6 lines
115 B
Bash
Executable file
6 lines
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# Interactively test vars_prompt
|
|
python test-vars_prompt.py -i ../../inventory "$@"
|