Commit 981db5f8 authored by Yoni Fogel's avatar Yoni Fogel

Bugfix with makefile: Tokudb tests now support VERBOSE=2 again

(was running in VERBOSE=1 mode)

git-svn-id: file:///svn/tokudb@1501 c7de825b-a66e-492c-adef-691d508d4ae1
parent c040f957
......@@ -91,7 +91,7 @@ endif
%.bdbrun: %.bdb
$(MAYBEATSIGN) $(UNSETTOKUENV) $(VGRIND) $(BDB_SUPPRESSIONS) ./$< $(VERBVERBOSE)
%.tdbrun: %.tdb
$(MAYBEATSIGN) $(SETTOKUENV) $(VGRIND) ./$<
$(MAYBEATSIGN) $(SETTOKUENV) $(VGRIND) ./$< $(VERBVERBOSE)
# For a few of the tests bdb is making valgrind unhappy.
FOO_NO_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