diff options
author | unknown <kent@mysql.com> | 2005-03-18 16:48:18 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-03-18 16:48:18 +0100 |
commit | 1cc46f6786cb044b09ac21dba80443545d698f30 (patch) | |
tree | dc3622dd8cca513e0af0c6ce2b64e15aa557b8bb | |
parent | 02d24bfb489c9807a8bb21b87fe047797e517c19 (diff) | |
download | mariadb-git-1cc46f6786cb044b09ac21dba80443545d698f30.tar.gz |
mysql-test-run.sh:
Disabled old feature to disable test cases
mysql-test/mysql-test-run.sh:
Disabled old feature to disable test cases
-rw-r--r-- | mysql-test/mysql-test-run.sh | 12 |
1 files 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" ] |