Improve compatibility of testrunner.sh with mingw shell

This commit is contained in:
Thomas Jensen 2021-10-30 14:34:52 +02:00
parent 4ae947ff99
commit d732154bf8
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -267,7 +267,7 @@ fi
# Execute only a single test
echo "Running test case: ${opt_testCase}"
declare -r tcBaseName=${opt_testCase:0:-4}
declare -r tcBaseName=${opt_testCase%.txt}
clear_gcda_traces
check_mandatory_sections