test-lib-main.sh: promote test_done messages to TAP status
commitf63b69b4d6d5582b9c0ccd36449fa24f192ff449
authorKyle J. McKay <mackyle@gmail.com>
Sun, 25 Jun 2017 16:37:39 +0000 (25 09:37 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 25 Jun 2017 16:37:39 +0000 (25 09:37 -0700)
tree478e9570d7bbd8fc1100f5fcf3041b26cf038d92
parentad563bec13ea0b896c3a14b234b6266b58342770
test-lib-main.sh: promote test_done messages to TAP status

They already start with '#' making them "safe" for TAP.
Use say_color_tap instead of say_color so they do not get overlooked.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/test-lib-main.sh