From be55d12c7855a70654022059b3e553e8eec04978 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 24 Oct 2009 22:00:29 -0700 Subject: t9000: bail if run with an unsupported/pointless model We'll probably make AppPool at least not break down and die in the future, but for now just disable it if run directly. --- t/t9000-rack-app-pool.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/t9000-rack-app-pool.sh b/t/t9000-rack-app-pool.sh index 994c244..989b2c1 100755 --- a/t/t9000-rack-app-pool.sh +++ b/t/t9000-rack-app-pool.sh @@ -1,5 +1,12 @@ #!/bin/sh . ./test-lib.sh +case $model in +Thread*) ;; +*) + t_info "skipping $T since it's not compatible with $model" + exit 0 + ;; +esac nr_client=30 APP_POOL_SIZE=4 t_plan 6 "AppPool Rack middleware test for $model" -- cgit v1.2.3-24-ge0c7