Skip to content

Commit 520f144

Browse files
marc-hbfredoh9
authored andcommitted
lib.sh: prefix skip messages with SKIP test line
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 1d57823 commit 520f144

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

case-lib/lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ die()
365365

366366
skip_test()
367367
{
368-
dlogi "$@"
368+
dlogw 'SKIP test because:'
369+
dlogw "$@"
369370
# See func_exit_handler()
370371
exit 2
371372
}

0 commit comments

Comments
 (0)