about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-09 00:16:23 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-09 00:16:23 +0000
commit3c1649226d2371ce09d14f3fcce18fec0af1ba02 (patch)
tree62356d7c1d67acc933cfe84def9c8731faf91019
parent380ef63bc2c8f7b6f1cab7387aa9343bc5720c9c (diff)
downloadrainbows-3c1649226d2371ce09d14f3fcce18fec0af1ba02.tar.gz
Just the test name is irrelevant
-rwxr-xr-xt/t0041-optional-pool-size.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0041-optional-pool-size.sh b/t/t0041-optional-pool-size.sh
index 63792c3..c074676 100755
--- a/t/t0041-optional-pool-size.sh
+++ b/t/t0041-optional-pool-size.sh
@@ -4,7 +4,7 @@
 case $model in
 NeverBlock|CoolioThreadPool) ;;
 *)
-        t_info "skipping $T since it doesn't support :pool_size"
+        t_info "skipping $model.$T since it doesn't support :pool_size"
         exit
         ;;
 esac