diff options
author | unknown <msvensson@neptunus.(none)> | 2006-04-10 18:08:54 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-04-10 18:08:54 +0200 |
commit | 9f6497489110d047ac09a995e7d68878afea5482 (patch) | |
tree | 51d0bd3e27e881f603185c3d2eddb93a795a7f24 /mysql-test | |
parent | f7af64abdabacff724115a1c5ddab0afeec9e47f (diff) | |
download | mariadb-git-9f6497489110d047ac09a995e7d68878afea5482.tar.gz |
Step 1 in removing mysql-test-run.sh from 5.1 and up
Makefile.am:
Change make test, make test-full, make test-force and make test-force-full to use mysql-test-run.pl
mysql-test/mysql-test-run.sh:
Add nag message to mysql-test-run.sh taht indicates it will soon be removed.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 4485d8ca073..7bc56e24f4b 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -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 #-- |