mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Split integration tests out from Makefile. (#17976)
This commit is contained in:
6
test/integration/targets/binary_modules_posix/runme.sh
Executable file
6
test/integration/targets/binary_modules_posix/runme.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
cd ../binary_modules
|
||||
INVENTORY=../../inventory ./test.sh "$@"
|
||||
Reference in New Issue
Block a user