Commit bb0b6324 authored by Yoni Fogel's avatar Yoni Fogel

Renamed "SKIP_*" for slow tests to "TOKU_SKIP_*" for slow tests

git-svn-id: file:///svn/toku/tokudb@17681 c7de825b-a66e-492c-adef-691d508d4ae1
parent 39357d46
......@@ -100,7 +100,7 @@ check-no-rolltmp: $(TARGET_TDB)
./$(TARGET_TDB) $(VERBVERBOSE) --env no-rolltmp.dir --singlex --nolog --check_small_rolltmp $(SUMMARIZE_CMD)
# 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.
ifeq ($(SKIP_4G),1)
ifeq ($(TOKU_SKIP_4G),1)
check-4G:
@echo SKIPPED SLOW TEST $@
else
......
......@@ -145,7 +145,7 @@ check_ok:
test 0 = 0 $(SUMMARIZE_CMD)
ifeq ($(SKIP_1305),1)
ifeq ($(TOKU_SKIP_1305),1)
check_test1305:
@echo SKIPPED SLOW TEST $@
else
......
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