From b6624594bedce75849248469305ae964ce5ea2ef Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Mon, 20 Mar 2017 12:12:50 +0100 Subject: Travis CI: invoke integration test helper scripts before test execution This is to verify that all the executables are working properly (have correct import paths etc.) Reviewed-By: Tomas Krizek --- .test_runner_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml index 85c48be5d..401350540 100644 --- a/.test_runner_config.yaml +++ b/.test_runner_config.yaml @@ -59,6 +59,8 @@ steps: - echo ${server_password} > ~/.ipa/.dmpw - echo 'wait_for_dns=5' >> ~/.ipa/default.conf run_tests: + - ipa-test-config --help + - ipa-test-task --help - ipa-run-tests ${tests_ignore} -k-test_dns_soa ${tests_verbose} ${path} tests: ignore: -- cgit