From f51041d4e6ddfddc717b542660f02f8eeb81a0b4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Oct 2009 02:33:23 -0700 Subject: tests: gracefully exit if EventMachine is not available --- t/test-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/test-lib.sh b/t/test-lib.sh index 39225c6..e03a956 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -133,4 +133,5 @@ rainbows_wait_start () { case $model in Rev) require_check rev Rev::VERSION ;; Revactor) require_check revactor Revactor::VERSION ;; +EventMachine) require_check eventmachine EventMachine::VERSION ;; esac -- cgit v1.2.3-24-ge0c7