Commit 26bd6c76 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Fix #2669. (quiet down a test) close[t:2669]

git-svn-id: file:///svn/toku/tokudb@20714 c7de825b-a66e-492c-adef-691d508d4ae1
parent c74c4065
......@@ -613,7 +613,7 @@ recovery_fileops_unit.tdbrun: recovery_fileops_unit.tdb$(BINSUF) $(PTHREAD_LOCAL
done; \
done; \
done; \
echo $$count tests passed; \
(test -n "$(VERBOSE)" && echo $$count tests passed) || true; \
) $(SUMMARIZE_CMD)
# helgrind1 is supposed to fail.
......
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