diff --git a/scripts/unit-tests.sh b/scripts/unit-tests.sh index 30784e4..d2b2797 100755 --- a/scripts/unit-tests.sh +++ b/scripts/unit-tests.sh @@ -269,7 +269,7 @@ do-run-all-tests() { } run-all-tests() { - echo "${test_name_min^} testing in progress..." + echo "Starting all ${test_name_min} tests..." # Move SofaPython3 tests out of the list cat "$output_dir/${test_type}.txt" | grep "Bindings\." > "$output_dir/${test_type}.SofaPython3.txt"