]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-selftest: devtool: remove use of git -C paule/devtool-git-fix1
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 20 Jan 2017 01:49:02 +0000 (14:49 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 20 Jan 2017 03:20:20 +0000 (16:20 +1300)
commit94534d47178659433e69c63f0733d1b9a9dad87f
treed96ec8ec9fcfbfc58a6f0b7eb090c9cf8f63ade0
parentfc97963bc61bf16112859fe1d7e460a13d34baca
oe-selftest: devtool: remove use of git -C

The -C option isn't available in versions of git older than 1.8.5,
and officially we only require git 1.8.3.1 or newer (and the latter is
the version you'll find on CentOS 7, so the test fails there). In any
case we can simply specify the working directory to runCmd() so just
do that instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/lib/oeqa/selftest/devtool.py