Merge pull request #65791 from rschu1ze/docs-ch-test

Docs: Fix invocation of `clickhouse-test`
This commit is contained in:
Robert Schulze 2024-06-27 19:31:40 +00:00 committed by GitHub
commit 16feb94bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ run, for example, the test `01428_hash_set_nan_key`, change to the repository
folder and run the following command:
```
PATH=$PATH:<path to clickhouse-client> tests/clickhouse-test 01428_hash_set_nan_key
PATH=<path to clickhouse-client>:$PATH tests/clickhouse-test 01428_hash_set_nan_key
```
Test results (`stderr` and `stdout`) are written to files `01428_hash_set_nan_key.[stderr|stdout]` which