mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Make the cxx tests succeed. Fixes #2285. close[t:2285]
git-svn-id: file:///svn/toku/tokudb@17148 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
f27cc8fa09
commit
df060cd5bd
1 changed files with 4 additions and 3 deletions
|
@ -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) \
|
||||||
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
|
||||||
$(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue