diff options
author | joerg@trift2. <> | 2007-07-17 16:25:32 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-07-17 16:25:32 +0200 |
commit | cb28594deb25fe7e7a350fa724d67262c0285bd4 (patch) | |
tree | b12c37aeea16614f7635303ed3d6a7bc3e2d1790 /scripts | |
parent | f4e73e7cc77cfa8525ad62b841949fe1e070a756 (diff) | |
download | mariadb-git-cb28594deb25fe7e7a350fa724d67262c0285bd4.tar.gz |
Ensure "mysql-stress-test.pl" is included in both "tar.gz" and RPM packages.
Fixing bug#21023: "mysql-stress-test.pl" missing in builds
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 77f51c51c19..94b4019cd1e 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -284,7 +284,8 @@ rm -f $MYSQL_SHARE/Makefile* $MYSQL_SHARE/*/*.OLD copyfileto $BASE/mysql-test \ mysql-test/mysql-test-run mysql-test/install_test_db \ mysql-test/mysql-test-run.pl mysql-test/README \ - mysql-test/valgrind.supp \ + mysql-test/mysql-stress-test.pl \ + mysql-test/valgrind.supp \ netware/mysql_test_run.nlm netware/install_test_db.ncf $CP mysql-test/lib/*.pl $BASE/mysql-test/lib |