From e87807d3797ad8154b78b8741a4541326c9ca12f Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 22 May 2013 11:08:10 +0200 Subject: Add ipa-run-tests command Part of the work for: https://fedorahosted.org/freeipa/ticket/3654 --- ipatests/setup.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ipatests/setup.py.in') diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in index 2517651db..4e0b1aa00 100644 --- a/ipatests/setup.py.in +++ b/ipatests/setup.py.in @@ -74,6 +74,7 @@ def setup_package(): "ipatests.test_ipaserver.install", "ipatests.test_pkcs10", "ipatests.test_xmlrpc"], + scripts=['ipa-run-tests'], package_data = { 'ipatests.test_install': ['*.update'], 'ipatests.test_pkcs10': ['*.csr']} -- cgit