From d1ba765ba0d42d9eec1ea296e8568b9f9bbbe831 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 16 Sep 2016 22:55:40 -0700 Subject: [PATCH] Cosmetic fix to test PR and merge hooks. (#2949) --- lib/ansible/modules/extras/test/utils/shippable/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/test/utils/shippable/sanity.sh b/lib/ansible/modules/extras/test/utils/shippable/sanity.sh index 5ff826efba..1c0e2451a4 100755 --- a/lib/ansible/modules/extras/test/utils/shippable/sanity.sh +++ b/lib/ansible/modules/extras/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 .