mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Check result in separate file
This commit is contained in:
parent
c400048a48
commit
c483de8a35
@ -51,6 +51,6 @@ service clickhouse-server restart
|
||||
|
||||
wait_server
|
||||
|
||||
clickhouse-client --query "SELECT 'Server successfuly started'" || echo 'Server failed to start'
|
||||
clickhouse-client --query "SELECT 'Server successfuly started'" > /test_output/alive_check.txt || echo 'Server failed to start' > /test_output/alive_check.txt
|
||||
|
||||
mv /var/log/clickhouse-server/* /test_output
|
||||
|
Loading…
Reference in New Issue
Block a user