mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-build
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
This commit is contained in:
commit
5c2240e797
1 changed files with 6 additions and 6 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue