From 399dc41b753d2bbc74e099ef0d33afbcddf82b99 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 27 Nov 2009 00:25:09 -0800 Subject: tests: no need to limit t9000 in multiple places The test itself already exits immediately if it's running an incompatible concurrency model, so avoid having redundant logic in the GNUmakefile. --- t/GNUmakefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 't') diff --git a/t/GNUmakefile b/t/GNUmakefile index f03980a..0b56503 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -43,12 +43,6 @@ t0002-graceful.sh: MODELS = $(all_models) t0002-parser-error.sh: MODELS = $(all_models) t0003-reopen-logs.sh: MODELS = $(all_models) -# this test is not compatible with non-Thread models yet -t9000-rack-app-pool.sh: MODELS = ThreadPool ThreadSpawn -ifeq ($(ONENINE),true) -t9000-rack-app-pool.sh: MODELS += Revactor FiberPool FiberSpawn -endif - # recursively run per-model tests # haven't figured out a good way to make make non-recursive here, yet... $(T): -- cgit v1.2.3-24-ge0c7