#At file:///Users/kgeorge/mysql/work/B59884-trunk/ based on revid:georgi.kodinov@stripped
3632 Georgi Kodinov 2011-02-10
Fixed the cmake file to not use the test-bt* collections since they're
obsolete now.
modified:
mysql-test/CMakeLists.txt
=== modified file 'mysql-test/CMakeLists.txt'
--- a/mysql-test/CMakeLists.txt 2010-11-14 18:09:32 +0000
+++ b/mysql-test/CMakeLists.txt 2011-02-10 09:03:49 +0000
@@ -93,7 +93,7 @@ ADD_CUSTOM_TARGET(test-force
COMMAND perl ./mysql-test-run.pl --force ${EXP}
)
-FOREACH(collection test-bt test-bt-fast test-bt-debug)
+FOREACH(collection default.release)
IF(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/collections/${collection})
MESSAGE(FATAL_ERROR
"${CMAKE_CURRENT_SOURCE_DIR}/collections/${collection} does not exist")
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20110210090349-xdp2c8x27snpm655.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (Georgi.Kodinov:3632) | Georgi Kodinov | 10 Feb |