diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-05 17:30:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-05 17:58:57 +0100 |
commit | b35bedd209092432c560e998043b6a8c5c2e4d34 (patch) | |
tree | dfb98389ff5b0a4dc2b6143b320d8fa294d3627c /meta/lib/oeqa/selftest/case.py | |
parent | 9256ce9884758f9eb81c384a3fc0d04243f4e3bd (diff) | |
download | openembedded-core-b35bedd209092432c560e998043b6a8c5c2e4d34.tar.gz openembedded-core-b35bedd209092432c560e998043b6a8c5c2e4d34.tar.bz2 openembedded-core-b35bedd209092432c560e998043b6a8c5c2e4d34.zip |
oeqa/selftest: lock down Meson git revision for reliability
The test_recipetool_create_github test fetches HEAD of the repository so
upstream changes can (and do) break the test. Avoid these problems by passing
the rev= argument in the URL to lock the checkout to the same version that is
fetched in the github_tarball test.
Also pass the commands to runCmd() as a list instead of a string, the semicolon
in the URL needs more quotes if the shell is involved and passing a list
bypasses the shell entirely.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/case.py')
0 files changed, 0 insertions, 0 deletions