From 8f25ad08863eb2eb2b4af7d7b53d6457f48260c7 Mon Sep 17 00:00:00 2001 From: Dinesh Prasanth M K Date: Mon, 6 May 2019 18:27:16 -0400 Subject: [PATCH] Fix IPA run test python version in Travis Signed-off-by: Dinesh Prasanth M K --- travis/ipa-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/ipa-test.sh b/travis/ipa-test.sh index d2d9c312913..8e811c0626b 100755 --- a/travis/ipa-test.sh +++ b/travis/ipa-test.sh @@ -72,7 +72,7 @@ echo "Following IPA tests are scheduled to run: " echo ${cert_test_file_loc} # Run ipa-tests -ipa-run-tests-3 \ +ipa-run-tests \ --ignore test_integration \ --ignore test_webui \ --ignore test_ipapython/test_keyring.py \