mirror of https://gitee.com/openkylin/linux.git
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:
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue