mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
parent
bf3d546d9a
commit
80a5c70ad7
169 changed files with 612 additions and 420 deletions
6
test/integration/targets/binary_modules_winrm/runme.sh
Executable file
6
test/integration/targets/binary_modules_winrm/runme.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
cd ../binary_modules
|
||||
INVENTORY=../../inventory.winrm ./test.sh "$@"
|
Loading…
Add table
Add a link
Reference in a new issue