summaryrefslogtreecommitdiff
path: root/test/utils/shippable/sanity.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-16 22:55:40 -0700
committerGitHub <noreply@github.com>2016-09-16 22:55:40 -0700
commit0763489220f9fa5c3761fc695f11893ad08dc74e (patch)
tree0997172d2fe86fd2cc529956d508539c261ee88c /test/utils/shippable/sanity.sh
parente14cb1a06c9ed7b5db5fc12d17e562b5500bf817 (diff)
downloadansible-modules-extras-0763489220f9fa5c3761fc695f11893ad08dc74e.tar.gz
Cosmetic fix to test PR and merge hooks. (#2949)
Diffstat (limited to 'test/utils/shippable/sanity.sh')
-rwxr-xr-xtest/utils/shippable/sanity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/sanity.sh b/test/utils/shippable/sanity.sh
index 5ff826ef..1c0e2451 100755
--- a/test/utils/shippable/sanity.sh
+++ b/test/utils/shippable/sanity.sh
@@ -13,7 +13,7 @@ if [ "${install_deps}" != "" ]; then
pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
fi
-python2.4 -m compileall -fq -i "test/utils/shippable/sanity-test-python24.txt"
+python2.4 -m compileall -fq -i "test/utils/shippable/sanity-test-python24.txt"
python2.4 -m compileall -fq -x "($(printf %s "$(< "test/utils/shippable/sanity-skip-python24.txt"))" | tr '\n' '|')" .
python2.6 -m compileall -fq .
python2.7 -m compileall -fq .