[modify for tests]

This commit is contained in:
plum-lihui 2022-03-14 13:38:22 +08:00
parent 02981347e4
commit bc37d5828e
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@ function gitPullBranchInfo () {
git pull origin $branch_name ||:
echo "==== git pull $branch_name end ===="
git pull --recurse-submodules
cd tests
git checkout $branch_name
git pull
cd ..
}
function compileTDengineVersion() {