Skip to content

Commit efb4b3d

Browse files
author
DvirDukhan
committed
rely only on RLTest valgrind report
1 parent a862408 commit efb4b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flow/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ check_redis_server
143143
[[ $CLUSTER == 1 ]] && RLTEST_ARGS+=" --env oss-cluster --shards-count 1" run_tests "--env oss-cluster"
144144
[[ $VALGRIND != 1 && $SLAVES == 1 ]] && RLTEST_ARGS+=" --use-slaves" run_tests "--use-slaves"
145145
[[ $AOF == 1 ]] && RLTEST_ARGS+=" --use-aof" run_tests "--use-aof"
146-
[[ $VALGRIND == 1 ]] && valgrind_summary
146+
# [[ $VALGRIND == 1 ]] && valgrind_summary
147147
exit 0

0 commit comments

Comments
 (0)