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:
@ -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
|
||||
#--
|
||||
|
Reference in New Issue
Block a user