summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <mwagner@here.mwagner.org>2004-10-08 13:38:35 -0500
committerunknown <mwagner@here.mwagner.org>2004-10-08 13:38:35 -0500
commit865a0d1cab8d9431deaf1b3b21941e1ae3bb9521 (patch)
tree0d63b568ae41746ba1d6cb63465335a8bb4fcaf5 /scripts
parentb7212fbeb234c68431a616207834049225e72191 (diff)
downloadmariadb-git-865a0d1cab8d9431deaf1b3b21941e1ae3bb9521.tar.gz
mysql-test-run.sh:
Look for 'client_test' in tests/ not bin/ make_binary_distribution.sh: Copy 'client_test' into the dist scripts/make_binary_distribution.sh: Copy 'client_test' into the dist mysql-test/mysql-test-run.sh: Look for 'client_test' in tests/ not bin/
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_binary_distribution.sh2
1 files changed, 1 insertions, 1 deletions
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