Merge pull request #4979 from taosdata/hotfix/test

[NONE]
This commit is contained in:
huili 2021-01-21 15:19:50 +08:00 committed by GitHub
commit 71ab0a62eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -35,3 +35,6 @@ rm -rf $SIM_DIR/dnode3
rm -rf $SIM_DIR/tsim
tar zxf $SCRIPT_DIR/general/connection/sim.tar.gz -C $SIM_DIR/../
cd $SIM_DIR/../sim
fqdn=`hostname`
grep '${fqdn}' -l -r ./* | xargs sed -i 's/${fqdn}/${fqdn}/g'