0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-23 09:21:53 +00:00

Birdtest: A small change in testing output

This commit is contained in:
Pavel Tvrdík 2015-03-17 11:28:41 +01:00
parent e8b3845e86
commit 3e644333a2

View 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)) ; \