From edc4b65d5c156d221502295deae105231cf29cb8 Mon Sep 17 00:00:00 2001 From: "mwagner@here.mwagner.org" <> Date: Fri, 8 Oct 2004 13:38:35 -0500 Subject: [PATCH] mysql-test-run.sh: Look for 'client_test' in tests/ not bin/ make_binary_distribution.sh: Copy 'client_test' into the dist --- mysql-test/mysql-test-run.sh | 2 +- scripts/make_binary_distribution.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index dc567eeeb50..b12f7afb9f1 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -530,7 +530,7 @@ else MYSQLD="$VALGRIND $BASEDIR/bin/mysqld" fi CLIENT_BINDIR="$BASEDIR/bin" - TESTS_BINDIR="$BASEDIR/bin" + TESTS_BINDIR="$BASEDIR/tests" MYSQL_TEST="$CLIENT_BINDIR/mysqltest" MYSQL_DUMP="$CLIENT_BINDIR/mysqldump" MYSQL_BINLOG="$CLIENT_BINDIR/mysqlbinlog" diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 5165f63955c..9af7913999f 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -187,7 +187,7 @@ fi if [ $BASE_SYSTEM != "netware" ] ; then if [ -d tests ] ; then - $CP tests/*.res tests/*.tst tests/*.pl $BASE/tests + $CP tests/client_test tests/*.res tests/*.tst tests/*.pl $BASE/tests fi if [ -d man ] ; then $CP man/*.1 $BASE/man/man1