Merge pull request #2107 from taosdata/feature/sangshuduo/perftest-script-improve
add --short
This commit is contained in:
commit
a0cc85bdd5
|
@ -44,7 +44,7 @@ function buildTDengine {
|
|||
echo "repo need to pull"
|
||||
git pull
|
||||
|
||||
LOCAL_COMMIT=`git rev-parse @`
|
||||
LOCAL_COMMIT=`git rev-parse --short @`
|
||||
cd debug
|
||||
rm -rf *
|
||||
cmake ..
|
||||
|
|
Loading…
Reference in New Issue