about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-11 07:54:50 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-11 07:54:50 +0000
commit367ba00d2f3a4e9a0fa848d076f97f754a9d7cc5 (patch)
treeb6f033988ae9f4f9ebe3d63ab33f4cba02a6f1fb /t
parenta1168e7d2bfe182896f139d051ef099616fd1646 (diff)
downloadrainbows-367ba00d2f3a4e9a0fa848d076f97f754a9d7cc5.tar.gz
Revactor doesn't seem to work under 1.9.3dev, and Revactor is
dead upstream.
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
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