Fix an error in unit/README (#447)
This PR fixes an error in the unit/READMED.md (see https://github.com/valkey-io/valkey/issues/428) in order to correct the steps for running single unit test file. Signed-off-by: Karthick Ariyaratnam <karthyuom@gmail.com>
This commit is contained in:
parent
93f8a19b6f
commit
e2aec3b1a2
@ -48,7 +48,7 @@ make valkey-unit-tests
|
||||
|
||||
Running a single unit test file
|
||||
```
|
||||
./valkey-unit-tests --single crc64.c
|
||||
./valkey-unit-tests --single test_crc64.c
|
||||
```
|
||||
|
||||
Will just run the crc64.c file.
|
||||
Will just run the test_crc64.c file.
|
Loading…
x
Reference in New Issue
Block a user