From 235cf5e7344f858269f28e4822e5b31b6e68428f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 17 Apr 2018 16:40:08 +0100 Subject: [PATCH] tests: more debug for travis --- .travis/ansible_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/ansible_tests.sh b/.travis/ansible_tests.sh index 0b207c2f..06a02df2 100755 --- a/.travis/ansible_tests.sh +++ b/.travis/ansible_tests.sh @@ -51,7 +51,8 @@ echo \ # Build the binaries. make -C ${TRAVIS_BUILD_DIR}/tests/ansible -sudo apt install -y sshpass +sudo apt install -y sshpass bsdmainutils +xxd ${TRAVIS_BUILD_DIR}/tests/ansible/lib/modules/custom_binary_producing_junk echo travis_fold:end:job_setup