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:
Karthick Ariyaratnam 2024-05-06 21:34:09 -04:00 committed by GitHub
parent 93f8a19b6f
commit e2aec3b1a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.