mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-20 20:58:35 +01:00
Improve compatibility of testrunner.sh with mingw shell
This commit is contained in:
parent
4ae947ff99
commit
d732154bf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user