mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Addresses #1531 windows test_db_remove does not fail
git-svn-id: file:///svn/toku/tokudb@10494 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
68a6285528
commit
ecbada03b1
1 changed files with 7 additions and 1 deletions
|
@ -93,9 +93,15 @@ TDB_TESTS_THAT_SHOULD_FAIL= \
|
||||||
test_truncate_subdb \
|
test_truncate_subdb \
|
||||||
test_txn_nested_abort3 \
|
test_txn_nested_abort3 \
|
||||||
test_txn_nested_abort4 \
|
test_txn_nested_abort4 \
|
||||||
test_db_remove \
|
|
||||||
test_abort4 \
|
test_abort4 \
|
||||||
#\ ends prev line
|
#\ ends prev line
|
||||||
|
ifneq ($(OS_CHOICE),windows)
|
||||||
|
TDB_TESTS_THAT_SHOULD_FAIL+= \
|
||||||
|
test_db_remove \
|
||||||
|
#\ ends prev line
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TDB_TESTS_THAT_SHOULD_FAIL_LIT= \
|
TDB_TESTS_THAT_SHOULD_FAIL_LIT= \
|
||||||
#\ ends prev line
|
#\ ends prev line
|
||||||
|
|
Loading…
Add table
Reference in a new issue