We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca52383 commit 11527d9Copy full SHA for 11527d9
hardware/hardware.sh
@@ -30,7 +30,7 @@ trap finish EXIT
30
31
echo "Waiting for clickhouse-server to start"
32
33
-tail -n+0 -f /clickhouse-benchmark/server.log | grep --max-count 1 'Ready for connections'
+tail -n+0 -f ./server.log | grep --max-count 1 'Ready for connections'
34
35
for i in {1..300}; do
36
sleep 1
0 commit comments