summaryrefslogtreecommitdiffstats
path: root/ipatests/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/setup.py.in')
-rw-r--r--ipatests/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in
index 845a64642..3ea2729ee 100644
--- a/ipatests/setup.py.in
+++ b/ipatests/setup.py.in
@@ -76,7 +76,7 @@ def setup_package():
"ipatests.test_pkcs10",
"ipatests.test_webui",
"ipatests.test_xmlrpc"],
- scripts=['ipa-run-tests', 'ipa-test-config'],
+ scripts=['ipa-run-tests', 'ipa-test-config', 'ipa-test-task'],
package_data = {
'ipatests.test_install': ['*.update'],
'ipatests.test_pkcs10': ['*.csr']}