From 348c285d0f06b46809758f26ca92d6ee6155bac9 Mon Sep 17 00:00:00 2001 From: "kent@mysql.com" <> Date: Fri, 18 Mar 2005 16:48:18 +0100 Subject: [PATCH] mysql-test-run.sh: Disabled old feature to disable test cases --- mysql-test/mysql-test-run.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 92561496544..e4343807124 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1535,12 +1535,12 @@ run_testcase () return fi - if [ -f "$TESTDIR/$tname.disabled" ] - then - comment=`$CAT $TESTDIR/$tname.disabled`; - disable_test $tname "$comment" - return - fi +# if [ -f "$TESTDIR/$tname.disabled" ] +# then +# comment=`$CAT $TESTDIR/$tname.disabled`; +# disable_test $tname "$comment" +# return +# fi if [ -f "$TESTDIR/disabled.def" ] ; then comment=`$GREP "^$tname *: *" $TESTDIR/disabled.def`; if [ -n "$comment" ]