]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: Error if the user has buildhistory enabled
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jan 2017 13:30:53 +0000 (13:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:54 +0000 (22:45 +0000)
commit941ec7c50c30052e346e72fef2920135dba89a21
tree905535811443f37ba1cf5961c6b212bd48a6b0fb
parent4fd9e74035703b45a9e6e9143b1ec421e172200c
oe-selftest: Error if the user has buildhistory enabled

buildhistory interfers with various tests so error if the user has it enabled,
hence avoiding time spent running the tests only for them to fail.

For example, if there is an sstate cache and something comes from that cache,
you can get a "version went backwards" warning from buildhistory which would
then change the outcome of a test. Its safer/easier to disable it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-selftest