From 367ba00d2f3a4e9a0fa848d076f97f754a9d7cc5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 11 Apr 2011 07:54:50 +0000 Subject: t: only enable Revactor tests under 1.9.2 for now Revactor doesn't seem to work under 1.9.3dev, and Revactor is dead upstream. --- t/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/GNUmakefile b/t/GNUmakefile index 07dfec9..7cb7db4 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -35,7 +35,9 @@ ifeq ($(RUBY_ENGINE),ruby) rp := ) ONENINE := $(shell case $(RUBY_VERSION) in 1.9.*$(rp) echo true;;esac) ifeq ($(ONENINE),true) - models += Revactor + ifeq ($(RUBY_VERSION),1.9.2) + models += Revactor + endif models += FiberSpawn models += FiberPool models += CoolioThreadPool -- cgit v1.2.3-24-ge0c7