Commit efa51961 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

remove scanrace from the check target in the db-benchmark-test Makefile as it...

remove scanrace from the check target in the db-benchmark-test Makefile as it will run forever. closes #1477

git-svn-id: file:///svn/toku/tokudb@9454 c7de825b-a66e-492c-adef-691d508d4ae1
parent 407c145a
......@@ -45,7 +45,7 @@ build: $(TARGETS)
build.bdb: $(TARGET_BDB) $(SCANSCAN_BDB)
build.tdb: $(TARGET_TDB) $(SCANSCAN_TDB)
check: check-default check-xfast check-x check-no-rolltmp check-scanrace
check: check-default check-xfast check-x check-no-rolltmp
check-default: $(TARGET_TDB)
$(VGRIND) ./$(TARGET_TDB) $(VERBVERBOSE) $(SUMMARIZE_CMD)
......
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