Commit 7815feaa authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Fix verbosity. Fixes #1600.

git-svn-id: file:///svn/toku/tokudb@10618 c7de825b-a66e-492c-adef-691d508d4ae1
parent e1730f6c
...@@ -88,9 +88,9 @@ check-no-rolltmp: $(TARGET_TDB) ...@@ -88,9 +88,9 @@ check-no-rolltmp: $(TARGET_TDB)
# Check to make sure that if we make a file that's bigger than 4GB that we can read the file back out and get all the rows. # Check to make sure that if we make a file that's bigger than 4GB that we can read the file back out and get all the rows.
check-4G: $(TARGET_TDB) $(SCANSCAN_TDB) check-4G: $(TARGET_TDB) $(SCANSCAN_TDB)
./$(TARGET_TDB) --env 4g.dir --norandom --compressibility 1 --valsize 10000 1 ./$(TARGET_TDB) $(VERBVERBOSE) --env 4g.dir --norandom --compressibility 1 --valsize 10000 1
./$(SCANSCAN_TDB) --env 4g.dir --lwc --prelock --prelockflag --nox > 4g.out ./$(SCANSCAN_TDB) --env 4g.dir --lwc --prelock --prelockflag --nox > 4g.out
fgrep "(1048576 rows)" 4g.out fgrep "(1048576 rows)" 4g.out > /dev/null
clean: clean:
rm -f $(TARGETS) rm -f $(TARGETS)
...@@ -150,4 +150,3 @@ PARGS = ...@@ -150,4 +150,3 @@ PARGS =
ptest%: $(TARGET_TDB) ptest%: $(TARGET_TDB)
./$< --env $@.dir $(PARGS) ./$< --env $@.dir $(PARGS)
parallel-test-8: ptest0 ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 ptest7 parallel-test-8: ptest0 ptest1 ptest2 ptest3 ptest4 ptest5 ptest6 ptest7
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