tests: distinguish passing todo tests

This commit is contained in:
corey 2024-01-19 14:24:33 -06:00
parent 8d116cecea
commit dcb6a77c30

View File

@ -80,7 +80,7 @@ test_program()
local result="$?"
if [ "$result" = $expected ]; then
if [ "$mode" = notimplemented ]; then
printf "$c_fggreen""OK""$c_normal*\n"
printf "$c_bggray""OK""$c_normal*\n"
else
printf "$c_fggreen""OK""$c_normal\n"
fi