]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: lock down Meson git revision for reliability
authorRoss Burton <ross.burton@intel.com>
Mon, 5 Jun 2017 16:30:42 +0000 (17:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Jun 2017 11:28:55 +0000 (12:28 +0100)
commitb7a26dbca4d92b36aeb8b183e679701b5706adb0
tree221b760f86317c727d22f9a718e28cdc421baee4
parent0c35ac4b1b78a0b1be8e50ced5502c1bf9d31774
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>
meta/lib/oeqa/selftest/recipetool.py