Skip to content

Commit 1b97882

Browse files
author
DvirDukhan
committed
undo changes in tests.h
1 parent 3e42324 commit 1b97882

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/flow/tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ check_redis_server
140140

141141
[[ ! -z $REDIS ]] && RL_TEST_ARGS+=" --env exiting-env --existing-env-addr $REDIS" run_tests "redis-server: $REDIS"
142142
[[ $GEN == 1 ]] && run_tests
143-
[[ $VALGRIND == 1 ]] && valgrind_summary
144143
[[ $CLUSTER == 1 ]] && RLTEST_ARGS+=" --env oss-cluster --shards-count 1" run_tests "--env oss-cluster"
145-
[[ $VALGRIND == 1 ]] && valgrind_summary
146144
[[ $VALGRIND != 1 && $SLAVES == 1 ]] && RLTEST_ARGS+=" --use-slaves" run_tests "--use-slaves"
147145
[[ $AOF == 1 ]] && RLTEST_ARGS+=" --use-aof" run_tests "--use-aof"
148146
[[ $VALGRIND == 1 ]] && valgrind_summary

0 commit comments

Comments
 (0)