You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by tw...@apache.org on 2022/10/29 07:45:54 UTC

[incubator-kvrocks] branch unstable updated: Update testing instructions in README (#1051)

This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 60f9c1dc Update testing instructions in README (#1051)
60f9c1dc is described below

commit 60f9c1dcfdf14dcbd4de917c761155addbed7f58
Author: Twice <tw...@gmail.com>
AuthorDate: Sat Oct 29 15:45:49 2022 +0800

    Update testing instructions in README (#1051)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 37b26e1a..0d6d66c0 100644
--- a/README.md
+++ b/README.md
@@ -130,8 +130,8 @@ $ redis-cli -p 6666
 
 ```shell
 $ ./x.py build --unittest
-$ cd build
-$ ./unittest
+$ ./x.py test cpp # run C++ unit tests
+$ ./x.py test go # run Golang (unit and integration) test cases
 ```
 
 ### Supported platforms