summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder/0001-run_tests-respect-tools-dir.patch
Commit message (Collapse)AuthorAgeFilesLines
* cinder: modify run_tests to respect --tools-dirBruce Ashfield2013-12-111-0/+29
Since the "tools" subdir of cinder is only packaged and installed in /etc/cinder, we need to use --tools-dir to point the test script in the right direction. Unfortunately, run_tests.sh takes this arg and ignores it. So we patch the script to actually respect the directory. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>