Fix clickhouse-test invocation

This commit is contained in:
Robert Schulze 2024-06-27 17:24:43 +00:00
parent 575f2ec14d
commit 9e4d976e5e
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

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