Merge pull request #24508 from taosdata/fix/TD-28122

not check mem on arm
This commit is contained in:
Hongze Cheng 2024-01-18 16:13:04 +08:00 committed by GitHub
commit 6af97575fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -3,7 +3,13 @@
#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim
#unit-test
archOs=$(arch)
if [[ $archOs =~ "aarch64" ]]; then
,,n,unit-test,bash test.sh
else
,,y,unit-test,bash test.sh
fi
#
# army-test