Commit 741aa554 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#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
parent 980e282b
...@@ -44,7 +44,7 @@ FAIL3312C_SRCS = filesize.c test_update_broadcast_stress.c test3529.c ...@@ -44,7 +44,7 @@ FAIL3312C_SRCS = filesize.c test_update_broadcast_stress.c test3529.c
# and patch out loader-stress-test3 (see below) # and patch out loader-stress-test3 (see below)
#SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(wildcard *.c))) #SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(wildcard *.c)))
# To patch out tests failing on 3312c branch (including upgrade tests), use this: # 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 #end
......
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