Skip to content

Commit

Permalink
minor tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 9, 2011
1 parent a246f27 commit 640048c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/sanity.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ENV{TEST_NGINX_REDIS_PORT} ||= 6379;


#no_diff; #no_diff;


log_level 'warn'; #log_level 'warn';


run_tests(); run_tests();


Expand Down
10 changes: 9 additions & 1 deletion valgrind.suppress
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -97,5 +97,13 @@
fun:ngx_init_cycle fun:ngx_init_cycle
fun:main fun:main
} }

{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_create_pool
fun:ngx_http_upstream_connect
fun:ngx_http_upstream_init_request
}


0 comments on commit 640048c

Please sign in to comment.