From fa1444ab3b6ca7f39abd75263318c40dc91d7ea8 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 21 Apr 2025 23:40:40 +0900 Subject: [PATCH] chore: update debug-test.sh compliation -> compilation --- scripts/debug-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debug-test.sh b/scripts/debug-test.sh index 91946c51..bc46e085 100755 --- a/scripts/debug-test.sh +++ b/scripts/debug-test.sh @@ -127,7 +127,7 @@ printf "\n\nGathering tests that fit REGEX: ${test_suite} ...\n" pushd "$build_dir" tests=($(ctest -R ${test_suite} -V -N | grep -E " +Test +#[0-9]+*" | cut -d':' -f2 | awk '{$1=$1};1')) if [ ${#tests[@]} -eq 0 ]; then - abort "No tests avaliable... check your compliation process..." + abort "No tests avaliable... check your compilation process..." fi popd > /dev/null || exit 1