mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 04:48:21 -04:00
selftests: forwarding: Use OK instead of PASS in test output
It is easier to distinguish "[ OK ]" from "[FAIL]" than "[PASS]". Signed-off-by: Ido Schimmel <idosch@mellanox.com> Suggested-by: David Ahern <dsahern@gmail.com> Cc: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6f64bcb62f
commit
3cab0de9bb
@@ -211,7 +211,7 @@ log_test()
|
||||
return 1
|
||||
fi
|
||||
|
||||
printf "TEST: %-60s [PASS]\n" "$test_name $opt_str"
|
||||
printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user