Commit 3e755223 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

dont run the log recover tests with valgrind since the env is deliberately not closed [t:1844]

git-svn-id: file:///svn/toku/tokudb@14229 c7de825b-a66e-492c-adef-691d508d4ae1
parent dd650a91
......@@ -279,7 +279,7 @@ endif
%.recover: %.tdb$(BINSUF) $(PTHREAD_LOCAL)
echo doing ./$< &&\
$(VGRIND) ./$< --no-shutdown && \
./$< --no-shutdown && \
rm -rf dir.$*.c.tdb.recover && \
mkdir dir.$*.c.tdb.recover && \
echo doing recovery &&\
......
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