summaryrefslogtreecommitdiff
path: root/test/integration/targets/s3_bucket/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/s3_bucket/runme.sh')
-rwxr-xr-xtest/integration/targets/s3_bucket/runme.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/integration/targets/s3_bucket/runme.sh b/test/integration/targets/s3_bucket/runme.sh
deleted file mode 100755
index aa324772bb..0000000000
--- a/test/integration/targets/s3_bucket/runme.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-#
-# Beware: most of our tests here are run in parallel.
-# To add new tests you'll need to add a new host to the inventory and a matching
-# '{{ inventory_hostname }}'.yml file in roles/ec2_instance/tasks/
-
-
-set -eux
-
-export ANSIBLE_ROLES_PATH=../
-
-ansible-playbook main.yml -i inventory "$@"