Commit 6880c167 authored by Rich Prohaska's avatar Rich Prohaska

builds take too long with check-x, so disable for now

git-svn-id: file:///svn/tokudb@2228 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2695ac80
......@@ -24,7 +24,7 @@ TARGETS = $(TARGET_BDB) $(TARGET_TDB)
default: $(TARGETS)
check: check-default check-x
check: check-default
check-default: $(TARGET_TDB)
$(VALGRIND) ./$(TARGET_TDB)
......
......@@ -27,7 +27,7 @@ TARGETS = $(TARGET_BDB) $(TARGET_TDB)
default: $(TARGETS)
check: check-default check-x
check: check-default
check-default: $(TARGET_TDB)
$(VALGRIND) ./$(TARGET_TDB)
......
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