summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-27 14:57:04 +0000
committerGerrit Code Review <review@openstack.org>2013-07-27 14:57:04 +0000
commita8cffe5bf56a151b919d1f2cba1a7e57e6204775 (patch)
treea31cd58a4a26d3db6d1f39605c6bf0c988a5ecb5 /tools
parent9e3af631e02251cb4c156f470e1deecacf9879e0 (diff)
parent5b2116aad0fdffb94206b327f7a20ee077a3cae2 (diff)
downloadpbr-a8cffe5bf56a151b919d1f2cba1a7e57e6204775.tar.gz
Merge "Revert include_package_data change"
Diffstat (limited to 'tools')
-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