From 0b4c9b2d8cf020c572ed577ea6b6b132d0712f02 Mon Sep 17 00:00:00 2001 From: Zardosht Kasheff <zardosht@tokutek.com> Date: Wed, 17 Apr 2013 00:00:17 -0400 Subject: [PATCH] [t:4367], patch out diskfull.c from nightly runs git-svn-id: file:///svn/toku/tokudb@41700 c7de825b-a66e-492c-adef-691d508d4ae1 --- src/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/Makefile b/src/tests/Makefile index eb0e3a086f3..3b2c4bbede7 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -51,7 +51,7 @@ NONSTANDARD_SRCS= \ $(RECOVER_SRCS) \ $(LOADER_SRCS) \ -FAIL3312C_SRCS = test3529.c +FAIL3312C_SRCS = test3529.c diskfull.c #SRCS = $(sort $(wildcard *.c)) # To patch out upgrade tests, replace line above with line below, -- 2.30.9