Commit 995b0b96 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Make the cxx tests succeed. Fixes #2285. close[t:2285]

git-svn-id: file:///svn/toku/tokudb@17148 c7de825b-a66e-492c-adef-691d508d4ae1
parent 53b50c1c
...@@ -15,8 +15,9 @@ include $(TOKUROOT)toku_include/Makefile.include ...@@ -15,8 +15,9 @@ include $(TOKUROOT)toku_include/Makefile.include
SHELL=/bin/bash #Use of &> is a bash feature SHELL=/bin/bash #Use of &> is a bash feature
SHOULD_FAIL = SHOULD_FAIL = check_exceptions
$(SHOULD_FAIL): MAYBEINVERTER=;test $$? -ne 0 $(SHOULD_FAIL): MAYBEINVERTER=;test $$? -ne 0
$(SHOULD_FAIL): VGRIND=
HERE = cxx/tests HERE = cxx/tests
ifeq ($(SUMMARIZE),1) ifeq ($(SUMMARIZE),1)
...@@ -122,7 +123,7 @@ check: $(TARGETS) \ ...@@ -122,7 +123,7 @@ check: $(TARGETS) \
check_permissions \ check_permissions \
check_exceptions \ check_exceptions \
check_test_db_delete \ check_test_db_delete \
check_a_get_not_found \ check_test_get_not_found \
# line intentionally left blank # line intentionally left blank
check_test_get_not_found: test_get_not_found check_test_get_not_found: test_get_not_found
...@@ -132,7 +133,7 @@ check_test_db_delete: test_db_delete ...@@ -132,7 +133,7 @@ check_test_db_delete: test_db_delete
$(VGRIND) ./test_db_delete $(SUMMARIZE_CMD) $(VGRIND) ./test_db_delete $(SUMMARIZE_CMD)
check_exceptions: exceptions check_exceptions: exceptions
$(VGRIND) ./exceptions $(SUMMARIZE_CMD) $(VGRIND) ./exceptions $(MAYBEINVERTER) $(SUMMARIZE_CMD)
check_db_create: db_create check_db_create: db_create
rm -rf $@.tdb rm -rf $@.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