mirror of
https://github.com/MariaDB/server.git
synced 2025-07-10 04:22:00 +03:00
mysql-test-run.sh:
Disabled old feature to disable test cases mysql-test/mysql-test-run.sh: Disabled old feature to disable test cases
This commit is contained in:
@ -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" ]
|
||||
|
Reference in New Issue
Block a user