Fixed error in test [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-01-22 14:25:45 +03:00
parent 989e76b16c
commit e7976421a2

View File

@ -6,7 +6,7 @@ clickhouse-client -n --query="
";
STEP_MULTIPLIER=1
if [ "$VALGRIND" == "1" ]; then
if [ -n "$VALGRIND" ]; then
STEP_MULTIPLIER=50
fi