]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: space needed
authorJon Mason <jdmason@kudzu.us>
Wed, 14 Apr 2021 15:19:16 +0000 (11:19 -0400)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 23 Apr 2021 08:14:22 +0000 (16:14 +0800)
commitf85c993bc4535dc42b89e87050d43c018c100f58
treef024c16071abae3f9d4f892c3e4d83c7492fc63c
parent0e449143839f8de338b4a18fb27e8380d80e9b2f
oeqa/runtime: space needed

Messages are currently being printed as:
Test requires dropbear, oropenssh-sshd to be installed
but should be
Test requires dropbear, or openssh-sshd to be installed
Adding the space after the 'or' corrects this.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 51596e0f8cebe1607ab64ffb018d51e815c0ee4b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/runtime/decorator/package.py