From 3e644333a2b1165216324f8629549ebb2c57697c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Tvrd=C3=ADk?= Date: Tue, 17 Mar 2015 11:28:41 +0100 Subject: [PATCH] Birdtest: A small change in testing output --- tools/Makefile-top.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 367b19b6..50642354 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -16,7 +16,7 @@ check: build-tests num_fail_tests=0 ; \ echo -e "\n== Start all $${#all_tests[@]} unit tests ==\n" ; \ for test in "$${all_tests[@]}" ; do \ - echo -e "=[$$((test_num++))/$${#all_tests[@]}]= $$test" ; \ + echo -e "[$$((test_num++))/$${#all_tests[@]}] $$test" ; \ ./$$test \ && num_succ_tests=$$((num_succ_tests+1)) \ || num_fail_tests=$$((num_fail_tests+1)) ; \