Skip to content

Commit 0d882a7

Browse files
tongyimingmikatong
andauthored
e2e adapt tcr (#1389)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent 2baccd1 commit 0d882a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/changelog-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ done
3030
echo "test files:" $test_files
3131

3232
for test_file in $test_files; do
33-
test_case_type=${test_file%_tc*}
34-
test_case_name=${test_file#*tc_}
33+
test_case_type=${test_file%_tc_*}
34+
test_case_name=${test_file#*_tc_}
3535
test_case_name=${test_case_name%.*}
3636

3737
test_case_type=`echo $test_case_type | sed -r 's/(^|_)(\w)/\U\2/g'`

0 commit comments

Comments
 (0)