Re: [PATCH] selftests: Move KTAP bash helpers to selftests common folder

2024-02-20 Thread Shuah Khan
On 2/12/24 08:01, Nícolas F. R. A. Prado wrote: On Tue, Jan 02, 2024 at 03:15:28PM +0100, Laura Nao wrote: Move bash helpers for outputting in KTAP format to the common selftests folder. This allows kselftests other than the dt one to source the file and make use of the helper functions. Define

Re: [PATCH] selftests: Move KTAP bash helpers to selftests common folder

2024-02-12 Thread Nícolas F . R . A . Prado
On Tue, Jan 02, 2024 at 03:15:28PM +0100, Laura Nao wrote: > Move bash helpers for outputting in KTAP format to the common selftests > folder. This allows kselftests other than the dt one to source the file > and make use of the helper functions. > Define pass, fail and skip codes in the same file

Re: [PATCH] selftests: Move KTAP bash helpers to selftests common folder

2024-01-22 Thread Rob Herring
On Tue, Jan 02, 2024 at 03:15:28PM +0100, Laura Nao wrote: > Move bash helpers for outputting in KTAP format to the common selftests > folder. This allows kselftests other than the dt one to source the file > and make use of the helper functions. > Define pass, fail and skip codes in the same file

Re: [PATCH] selftests: Move KTAP bash helpers to selftests common folder

2024-01-02 Thread Nícolas F . R . A . Prado
On Tue, Jan 02, 2024 at 03:15:28PM +0100, Laura Nao wrote: > Move bash helpers for outputting in KTAP format to the common selftests > folder. This allows kselftests other than the dt one to source the file > and make use of the helper functions. > Define pass, fail and skip codes in the same file

[PATCH] selftests: Move KTAP bash helpers to selftests common folder

2024-01-02 Thread Laura Nao
Move bash helpers for outputting in KTAP format to the common selftests folder. This allows kselftests other than the dt one to source the file and make use of the helper functions. Define pass, fail and skip codes in the same file too. Signed-off-by: Laura Nao --- tools/testing/selftests/Makefi