Update tests/README.md

This commit is contained in:
WANG Xu 2025-02-06 15:05:51 +08:00 committed by GitHub
parent 37df089f7f
commit 0b6f95b35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ Please refer to the [Unit Test](#31-unit-test)、[System Test](#32-system-test)
### 3.7.1 How to run tests?
1. Clone the code and run the tests locally on your machine. Ensure that your virtual machine supports the AVX instruction set:
1. Clone the code and run the tests locally on your machine. Ensure that your virtual machine supports the AVX instruction set:
```bash
cd /usr/local/src && git clone https://github.com/taosdata/tsbs-internal.git tsbs && \
cd tsbs && git checkout enh/chr-td-33357 && \