From 370ff1b4bffff01f3833e4721f6ba7149111e3fb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Oct 2009 02:30:24 -0700 Subject: tests: only load Revactor tests under 1.9.1 Even though our tests do an extra check, it's faster to not unnecessarily invoke the check in the first place. --- t/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/GNUmakefile b/t/GNUmakefile index e45d453..5084643 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -16,7 +16,10 @@ else endif export RUBYLIB RUBY_VERSION -models := ThreadPool ThreadSpawn Revactor Rev EventMachine +models := ThreadPool ThreadSpawn Rev EventMachine +ifeq ($(RUBY_VERSION),1.9.1) # 1.9.2-preview1 was broken + models += Revactor +endif all_models := $(models) Base T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) -- cgit v1.2.3-24-ge0c7