]> git.sur5r.net Git - openldap/commitdiff
re-enable by default
authorPierangelo Masarati <ando@openldap.org>
Fri, 6 May 2005 18:51:24 +0000 (18:51 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 6 May 2005 18:51:24 +0000 (18:51 +0000)
tests/scripts/test036-meta-concurrency

index 68741cd1e0ea2a85753acf7e75f0dd7f6fe0b3f6..958f7842e36ec71384d6a8a0c0e2441d51aca604 100755 (executable)
@@ -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 <http://www.openldap.org/its/>"
        echo ""
 fi