Tests: Rename OS X nightly release binary test

The "Mac64" build is now the primary and only OS X build, so just name
it "OSX".
This commit is contained in:
Brad King 2015-10-05 13:07:55 -04:00
parent 45fa326b6c
commit 992c43d2ed
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
if(CMAKE_BUILD_NIGHTLY_RELEASES)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyWindows
dash2win64_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyMac64
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX
dashmacmini5_release.cmake)
ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux
magrathea_release.cmake)