diff --git a/lib/tests_coordination.sh b/lib/tests_coordination.sh index 69811f9..9cfafe7 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -214,7 +214,7 @@ start_test() { && current_test_serie="($current_test_serie) " \ || current_test_serie="" - total_number_of_test=$(find "$TEST_CONTEXT/tests" -name "*.json" -mindepth 1 -maxdepth 1 | wc -l) + total_number_of_test=$(find "$TEST_CONTEXT/tests" -mindepth 1 -maxdepth 1 -name "*.json" | wc -l) log_title " [Test $current_test_number/$total_number_of_test] $current_test_serie$1" }