|
|
|
@ -28,8 +28,8 @@ python_versions=(
|
|
|
|
|
single_version=2012-R2
|
|
|
|
|
|
|
|
|
|
# shellcheck disable=SC2086
|
|
|
|
|
ansible-test windows-integration --explain ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} 2>&1 \
|
|
|
|
|
| { grep ' windows-integration: .* (targeted)$' || true; } > /tmp/windows.txt
|
|
|
|
|
ansible-test windows-integration --explain ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} > /tmp/explain.txt 2>&1 || { cat /tmp/explain.txt && false; }
|
|
|
|
|
{ grep ' windows-integration: .* (targeted)$' /tmp/explain.txt || true; } > /tmp/windows.txt
|
|
|
|
|
|
|
|
|
|
if [ -s /tmp/windows.txt ] || [ "${CHANGED:+$CHANGED}" == "" ]; then
|
|
|
|
|
echo "Detected changes requiring integration tests specific to Windows:"
|
|
|
|
|