From: Pavel TvrdĂ­k Date: Tue, 17 Mar 2015 10:28:41 +0000 (+0100) Subject: Birdtest: A small change in testing output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e644333a2b1165216324f8629549ebb2c57697c;p=thirdparty%2Fbird.git Birdtest: A small change in testing output --- diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 367b19b6d..506423543 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)) ; \