summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2021-04-26 17:08:05 +0200
committerGitHub <noreply@github.com>2021-04-26 10:08:05 -0500
commite8c1c1d63609697e83a25753030ff7cd861fd9cb (patch)
treefb5370533e29be1fa84bf03da997647d6d81d7f2 /test
parentdfe3a4d345ef236cabb79d2d91ef0640ea8b3a70 (diff)
downloadansible-e8c1c1d63609697e83a25753030ff7cd861fd9cb.tar.gz
Actually run blocks/finalized_task test (#74291) (#74310)
(cherry picked from commit 7fecb7ccc381ef61cadc2702b3df0fc73393077a)
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/targets/blocks/runme.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/blocks/runme.sh b/test/integration/targets/blocks/runme.sh
index 4f3db1db75..8b7d568f32 100755
--- a/test/integration/targets/blocks/runme.sh
+++ b/test/integration/targets/blocks/runme.sh
@@ -93,3 +93,5 @@ cat rc_test.out
[ "$(grep -c 'rescued=3' rc_test.out)" -eq 1 ]
[ "$(grep -c 'failed=0' rc_test.out)" -eq 1 ]
rm -f rc_test.out
+
+ansible-playbook finalized_task.yml "$@"