diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2010-08-19 17:11:31 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2010-08-19 17:11:31 +0500 |
commit | e4246244a058cde18c3983f5e744a95c62497553 (patch) | |
tree | a3f1470af565d3f422f23f34520a67cc9b91c152 /mysql-test/CMakeLists.txt | |
parent | 6098bad79a43c57e3ce87c90f9093d316f0b061a (diff) | |
download | mariadb-git-e4246244a058cde18c3983f5e744a95c62497553.tar.gz |
Bug#54129 Missing the execute bit for scripts
files for cmake had some minor bugs causing this.
per-file comments:
mysql-test/CMakeLists.txt
Bug#54129 Missing the execute bit for scripts
use same permissions as in the source folder
mysql-test/t/disabled.def
Bug#54129 Missing the execute bit for scripts
mysqlhotcopy tests enabled
scripts/CMakeLists.txt
Bug#54129 Missing the execute bit for scripts
chmod +x for the script files
Diffstat (limited to 'mysql-test/CMakeLists.txt')
-rw-r--r-- | mysql-test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt index 6ba53bd9c2c..b8eb11b2fea 100644 --- a/mysql-test/CMakeLists.txt +++ b/mysql-test/CMakeLists.txt @@ -16,6 +16,7 @@ INSTALL( DIRECTORY . DESTINATION ${INSTALL_MYSQLTESTDIR} + USE_SOURCE_PERMISSIONS COMPONENT Test PATTERN "var/" EXCLUDE PATTERN "lib/My/SafeProcess" EXCLUDE |