summaryrefslogtreecommitdiff
path: root/tools/integration.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/integration.sh')
-rw-r--r--tools/integration.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/integration.sh b/tools/integration.sh
index 3b5e2a2..b32b303 100644
--- a/tools/integration.sh
+++ b/tools/integration.sh
@@ -184,6 +184,11 @@ for PROJECT in $PROJECTS ; do
cd $installprojectdir
$installvenv/bin/python setup.py install
+ # Ensure the install_package_data is doing the thing it should do
+ if [ $SHORT_PROJECT = 'nova' ]; then
+ find $installvenv | grep migrate.cfg
+ fi
+
# TODO(mordred): extend script to do a better job with the mirrir
# easy_install to a file:/// can't handle name case insensitivity
# Test python setup.py develop