]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:29:05 +0000 (11:29 +0100)
commit51596e0f8cebe1607ab64ffb018d51e815c0ee4b
treec36ae6ff781ff0683562dcfa2ab77ced55f507e9
parent40b0cd87c6677220168bfa029e68437b43d51df5
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>
meta/lib/oeqa/runtime/decorator/package.py