From f74e9740846ddecea8d5ba57420fcec776b19874 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 23 Feb 2015 12:59:30 -0500 Subject: [PATCH] Force rebuild egg-info before running cross tests Sometimes we don't get the latest version of the source list if we don't force it to be rebuilt. Change-Id: Ia80a71762a3824bc6c9a63a834e54100b649bd66 --- tools/oslo_run_cross_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/oslo_run_cross_tests b/tools/oslo_run_cross_tests index f5e400e..7e19b36 100755 --- a/tools/oslo_run_cross_tests +++ b/tools/oslo_run_cross_tests @@ -43,6 +43,7 @@ our_name=$(python setup.py --name) # Build the egg-info, including the source file list, # so we install all of the files, even if the package # list or name has changed. +rm -rf $(python setup.py --name).egg-info python setup.py egg_info # Replace the pip-installed package with the version in our source