This commit is contained in:
alesapin 2023-05-03 21:05:19 +02:00
parent 6e8934f856
commit c1d8fab2da
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,9 @@ ENV TIME_LIMIT="30"
ENV KEEPER_NODE=""
ENV NEMESIS=""
ENV WORKLOAD=""
ENV WITH_LOCAL_BINARY=""
ENV RATE=""
ENV CONCURRENCY=""
# volumes

View File

@ -20,7 +20,7 @@ if [ -n "$WITH_LOCAL_BINARY" ]; then
clickhouse_source="--clickhouse-source /clickhouse"
fi
tests_count="--test-count \"$TESTS_TO_RUN\""
tests_count="--test-count $TESTS_TO_RUN"
tests_to_run="test-all"
workload=""
if [ -n "$WORKLOAD" ]; then