We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baccd1 commit 0d882a7Copy full SHA for 0d882a7
scripts/changelog-test.sh
@@ -30,8 +30,8 @@ done
30
echo "test files:" $test_files
31
32
for test_file in $test_files; do
33
- test_case_type=${test_file%_tc*}
34
- test_case_name=${test_file#*tc_}
+ test_case_type=${test_file%_tc_*}
+ test_case_name=${test_file#*_tc_}
35
test_case_name=${test_case_name%.*}
36
37
test_case_type=`echo $test_case_type | sed -r 's/(^|_)(\w)/\U\2/g'`
0 commit comments