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:59:38 +0100 |
commit | 02417b149623c3042c257d1c1074f915dc02b7c7 (patch) | |
tree | 75e4de15a4398c7a8fe0ae1039e5bb7e6b591819 /scripts/oe-test | |
parent | 0e9de873f80927e1dc556f283dbfe51435de159d (diff) | |
download | poky-02417b149623c3042c257d1c1074f915dc02b7c7.tar.gz |
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.
(From OE-Core rev: b35bedd209092432c560e998043b6a8c5c2e4d34)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-test')
0 files changed, 0 insertions, 0 deletions