mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
ccf7c1f760
* pbuilder: install package and make simple query * use B92test-pkg from system * Fix
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#service clickhouse-server start
|
|
clickhouse-client -q "SELECT version();"
|