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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in
index 3ea2729e..afbe9abc 100644
--- a/ipatests/setup.py.in
+++ b/ipatests/setup.py.in
@@ -79,6 +79,7 @@ def setup_package():
scripts=['ipa-run-tests', 'ipa-test-config', 'ipa-test-task'],
package_data = {
'ipatests.test_install': ['*.update'],
+ 'ipatests.test_integration': ['scripts/*'],
'ipatests.test_pkcs10': ['*.csr']}
)
finally: