From f4ed3a2e90ad12f126fe672ce441cdcdf967566b Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:29:23 +0100 Subject: [PATCH] remove unknown syntaxe by bash verison of macos (#38) --- scripts/unit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"