mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed error in test [#CLICKHOUSE-2].
This commit is contained in:
parent
989e76b16c
commit
e7976421a2
@ -6,7 +6,7 @@ clickhouse-client -n --query="
|
||||
";
|
||||
|
||||
STEP_MULTIPLIER=1
|
||||
if [ "$VALGRIND" == "1" ]; then
|
||||
if [ -n "$VALGRIND" ]; then
|
||||
STEP_MULTIPLIER=50
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user