[Tarantool-patches] [PATCH v2 4/3][msgpuck] test: make test output TAP-compliant

Sergey Bronnikov sergeyb at tarantool.org
Mon Jun 8 19:03:18 MSK 2020


Part of: https://github.com/tarantool/tarantool/issues/5000
---
 test/test.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/test.c b/test/test.c
index 42b79eb..5e2430e 100644
--- a/test/test.c
+++ b/test/test.c
@@ -57,6 +57,9 @@ plan(int count)
 	tests_done[level] = 0;
 	tests_failed[level] = 0;
 
+	if (level == 0)
+		printf("TAP version 13\n");
+
 	__space(stdout);
 	printf("%d..%d\n", 1, plan_test[level]);
 }
-- 
2.23.0


-- 
sergeyb@


More information about the Tarantool-patches mailing list