]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/commands: Ensure sync can be found regardless of PATH
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Dec 2020 15:58:47 +0000 (15:58 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 4 Jan 2021 14:50:23 +0000 (04:50 -1000)
commite2814ca1105e6ed9b688f2e8e6a48dff0c7d402f
treefb090655e7f35c270d95968f5194279501c5c217
parent4e7338614f9c02a0a846645a51a78ddb69253f60
oeqa/commands: Ensure sync can be found regardless of PATH

Avoid command not found errors shown in selftest logs due to changes to PATH
settings which also risks intermittent problems due to IO load.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 40bcae01b0be2f293dea9ab42c6b7f8f47827cf5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/utils/commands.py