Merge pull request #2107 from taosdata/feature/sangshuduo/perftest-script-improve

add --short
This commit is contained in:
Shengliang Guan 2020-06-02 11:45:55 +08:00 committed by GitHub
commit a0cc85bdd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function buildTDengine {
echo "repo need to pull" echo "repo need to pull"
git pull git pull
LOCAL_COMMIT=`git rev-parse @` LOCAL_COMMIT=`git rev-parse --short @`
cd debug cd debug
rm -rf * rm -rf *
cmake .. cmake ..