1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Skip test cases if the script or binary they need can't be found

This commit is contained in:
msvensson@pilot.blaudden
2007-04-04 15:40:40 +02:00
parent 3b1fc84a5e
commit 678a358746
4 changed files with 22 additions and 8 deletions

View File

@@ -1,6 +1,13 @@
# Embedded server doesn't support external clients
--source include/not_embedded.inc
# Don't run this test if $MYSQL_FIX_PRIVILEGE_TABLES isn't set
# to the location of mysql_fix_privilege_tables.sql
if (`SELECT LENGTH("$MYSQL_FIX_PRIVILEGE_TABLES") <= 0`)
{
skip Test need MYSQL_FIX_PRIVILEGE_TABLES;
}
#
# This is the test for mysql_fix_privilege_tables
# It checks that a system tables from mysql 4.1.23