mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Bump log_code.c test coverage to 54% by putting a call to tdb_logprint into the Makefile. Addresses #369.
git-svn-id: file:///svn/tokudb@2208 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b4537afb5f
commit
6eca43dde5
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ all.recover: test_log2.recover test_log3.recover test_log4.recover test_log5.rec
|
|||
$(MAYBEATSIGN) cd ../../newbrt;make $(VERBQUIET) recover;make $(VERBQUIET)
|
||||
$(MAYBEATSIGN) cd ..;make $(VERBQUIET)
|
||||
$(MAYBEATSIGN) $(VGRIND) ./$<
|
||||
$(MAYBEATSIGN) (cd dir.$(patsubst %.tdb,%.c.tdb,$<);pwd;cat log*| ../../../newbrt/tdb_logprint |wc -c)
|
||||
$(MAYBEATSIGN) rm -rf dir.$(patsubst %.tdb,%.c.tdb,$<).recover
|
||||
$(MAYBEATSIGN) mkdir dir.$(patsubst %.tdb,%.c.tdb,$<).recover
|
||||
$(MAYBEATSIGN) cd dir.$(patsubst %.tdb,%.c.tdb,$<).recover;$(VGRIND) ../../../newbrt/recover ../dir.$(patsubst %.tdb,%.c.tdb,$<)
|
||||
|
|
Loading…
Add table
Reference in a new issue