]> git.saurik.com Git - redis.git/blobdiff - tests/support/server.tcl
redis-trib: reshard command work in progress
[redis.git] / tests / support / server.tcl
index fb8c43d0416502df44250dec03d7e4e654bbda93..3fa1725f3cc2371431b8878923cb9dc114cf6388 100644 (file)
@@ -19,10 +19,7 @@ proc check_valgrind_errors stderr {
     if {![regexp -- {ERROR SUMMARY: 0 errors} $buf] ||
         (![regexp -- {definitely lost: 0 bytes} $buf] &&
          ![regexp -- {no leaks are possible} $buf])} {
-        puts "*** VALGRIND ERRORS ***"
-        puts $buf
-        puts "-----------------------"
-        append ::valgrind_errors "$buf\n\n"
+        send_data_packet $::test_server_fd err "Valgrind error: $buf\n"
     }
 }