Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cab0de9 authored by Ido Schimmel's avatar Ido Schimmel Committed by David S. Miller
Browse files

selftests: forwarding: Use OK instead of PASS in test output



It is easier to distinguish "[ OK ]" from "[FAIL]" than "[PASS]".

Signed-off-by: default avatarIdo Schimmel <idosch@mellanox.com>
Suggested-by: default avatarDavid Ahern <dsahern@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f64bcb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}