From: Pierangelo Masarati Date: Fri, 6 May 2005 18:51:24 +0000 (+0000) Subject: re-enable by default X-Git-Tag: OPENLDAP_AC_BP~710 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3840aa8af8a0cd5224dc7e9983ca8ec6bf636d7;p=openldap re-enable by default --- diff --git a/tests/scripts/test036-meta-concurrency b/tests/scripts/test036-meta-concurrency index 68741cd1e0..958f7842e3 100755 --- a/tests/scripts/test036-meta-concurrency +++ b/tests/scripts/test036-meta-concurrency @@ -24,13 +24,14 @@ if test $BACKMETA = metano ; then fi # to be removed some time... -if test "x$TEST_META" != "xyes" ; then - echo "### this test is currently disabled;" - echo "### set \"TEST_META=yes\" to enable (at own risk)." +if test "x$TEST_META" = "xno" ; then + echo "### disabled by \"TEST_META=no\"; unset TEST_META to re-enable" echo "" exit 0 else - echo "### this test is __very__ experimental; enable at own risk" + echo "### this test is experimental; in case of problems," + echo "### set \"TEST_META=no\" to disable, and report thru" + echo "### the Issue Tracking System " echo "" fi