1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Step 1 in removing mysql-test-run.sh from 5.1 and up

This commit is contained in:
msvensson@neptunus.(none)
2006-04-10 18:08:54 +02:00
parent 5770973b72
commit e805afde11
2 changed files with 23 additions and 28 deletions

View File

@ -7,6 +7,18 @@
# List of failed cases (--force) backported from 4.1 by Joerg
# :-)
echo "##################################################";
echo "This script is deprecated and will soon be removed";
echo "Use mysql-test-run.pl instead";
echo "Now sleeping 20 seconds...";
echo "##################################################";
sleep 20;
echo "continuing";
echo;
#++
# Access Definitions
#--