From 0b6f95b35c00628df43f6ed9dab92c69cfe55c64 Mon Sep 17 00:00:00 2001 From: WANG Xu Date: Thu, 6 Feb 2025 15:05:51 +0800 Subject: [PATCH] Update tests/README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 1a0c5754ac..0e57e4d4ef 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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 && \