From e3840aa8af8a0cd5224dc7e9983ca8ec6bf636d7 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 6 May 2005 18:51:24 +0000 Subject: [PATCH] re-enable by default --- tests/scripts/test036-meta-concurrency | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5