Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | housekeeping: patch refresh | Mark Asselstine | 2018-06-11 | 1 | -6/+4 |
| | | | | | | | | | | Bitbake now prints warnings when a patch is successfully applied but there is fuzz or an offset. The following refreshes patches for several packages which report warnings when openstack-image-controller is built. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | horizon: add full path to test directories | Keith Holman | 2014-06-04 | 1 | -0/+39 |
The tests included Horizon expect all files to be in a single location in order to be run directly from the source tree. The recipe for installing Horizon on the system installs Horizon as a python site-package and puts files in different locations depending on the file type. In order to have the tests support this type of install we need to explicitly indicate the full path of the test files to exclude in order to have the tests run successfully. This fix adds the absolute path to the test locations allows the Horizon tests to pass as expected. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> |