Commit 54fe4c77 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Stop valgrind for some more bdb tests. Addresses #328.

git-svn-id: file:///svn/tokudb@2097 c7de825b-a66e-492c-adef-691d508d4ae1
parent 925e6cdf
...@@ -115,6 +115,7 @@ NO_VGRIND = \ ...@@ -115,6 +115,7 @@ NO_VGRIND = \
db_dbt_mem_behavior \ db_dbt_mem_behavior \
db_curs2 \ db_curs2 \
db_delete \ db_delete \
db_donotindex \
db_env_open_nocreate \ db_env_open_nocreate \
db_env_open_open_close \ db_env_open_open_close \
db_open_notexist_reopen \ db_open_notexist_reopen \
...@@ -145,6 +146,7 @@ NO_VGRIND = \ ...@@ -145,6 +146,7 @@ NO_VGRIND = \
log4 \ log4 \
log5 \ log5 \
nodup_set \ nodup_set \
thread_insert \
# Comment to terminate list so the previous line can end with a slash # Comment to terminate list so the previous line can end with a slash
$(patsubst %,test_%.bdbrun,$(NO_VGRIND)): VGRIND= $(patsubst %,test_%.bdbrun,$(NO_VGRIND)): VGRIND=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment