From 9f6497489110d047ac09a995e7d68878afea5482 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 Apr 2006 18:08:54 +0200 Subject: 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. --- mysql-test/mysql-test-run.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mysql-test') 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 #-- -- cgit v1.2.1