mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
#3660 remove test_thread_stack.c from the tests refs[t:3660]
git-svn-id: file:///svn/toku/tokudb@32719 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
28877528fb
commit
465233f04f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ FAIL3312C_SRCS = filesize.c test_update_broadcast_stress.c test3529.c
|
|||
# and patch out loader-stress-test3 (see below)
|
||||
#SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(wildcard *.c)))
|
||||
# To patch out tests failing on 3312c branch (including upgrade tests), use this:
|
||||
SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(filter-out $(FAIL3312C_SRCS),$(wildcard *.c))))
|
||||
SRCS = $(sort $(filter-out test_thread_stack.c,$(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(filter-out $(FAIL3312C_SRCS),$(wildcard *.c)))))
|
||||
|
||||
|
||||
#end
|
||||
|
|
Loading…
Add table
Reference in a new issue