]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Birdtest: A small change in testing output
authorPavel Tvrdík <pawel.tvrdik@gmail.cz>
Tue, 17 Mar 2015 10:28:41 +0000 (11:28 +0100)
committerPavel Tvrdík <pawel.tvrdik@gmail.cz>
Tue, 17 Mar 2015 10:28:41 +0000 (11:28 +0100)
tools/Makefile-top.in

index 367b19b6d538d0ed472525283ea53d55835062f3..506423543f591d13166637c279e54a49c638383d 100644 (file)
@@ -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))                        ; \