diff options
author | jimw@mysql.com <> | 2005-03-29 15:50:16 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-03-29 15:50:16 -0800 |
commit | 46eda5b99849a064519c3946fcfb7c7d4dd23f07 (patch) | |
tree | 1b3fd7e11a64136caea02f5393e877050859eba8 /mysql-test/mysql-test-run.sh | |
parent | eecb813c6bfd9ee5b5fdd1ffee9ae096e729479d (diff) | |
download | mariadb-git-46eda5b99849a064519c3946fcfb7c7d4dd23f07.tar.gz |
Shift skipping of some tests with embedded server from within
mysql-test-run to the tests themselves.
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index f31d1af48aa..1d670fd1a16 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1506,12 +1506,6 @@ run_testcase () # script soon anyway so it is not worth it spending the time if [ "x$USE_EMBEDDED_SERVER" = "x1" -a -z "$DO_TEST" ] ; then for t in \ - "bdb-deadlock" \ - "connect" \ - "flush_block_commit" \ - "grant2" \ - "grant_cache" \ - "grant" \ "init_connect" \ "init_file" \ "innodb" \ |