Commit 7787215d authored by unknown's avatar unknown

mysql-test-run.sh:

  Disabled old feature to disable test cases


mysql-test/mysql-test-run.sh:
  Disabled old feature to disable test cases
parent aff88736
...@@ -1535,12 +1535,12 @@ run_testcase () ...@@ -1535,12 +1535,12 @@ run_testcase ()
return return
fi fi
if [ -f "$TESTDIR/$tname.disabled" ] # if [ -f "$TESTDIR/$tname.disabled" ]
then # then
comment=`$CAT $TESTDIR/$tname.disabled`; # comment=`$CAT $TESTDIR/$tname.disabled`;
disable_test $tname "$comment" # disable_test $tname "$comment"
return # return
fi # fi
if [ -f "$TESTDIR/disabled.def" ] ; then if [ -f "$TESTDIR/disabled.def" ] ; then
comment=`$GREP "^$tname *: *" $TESTDIR/disabled.def`; comment=`$GREP "^$tname *: *" $TESTDIR/disabled.def`;
if [ -n "$comment" ] if [ -n "$comment" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment