From 26a0b52dfe94bad42e1f249aa0341dd1fbbc38cc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 6 Oct 2015 13:56:19 -0400 Subject: [PATCH] Tests: Rename Linux nightly release binary test to Linux32 Distinguish the name from a future 64-bit nightly binary. --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 1861d82e9..2b23360d3 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -689,7 +689,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release dash2win64_release.cmake) ADD_NIGHTLY_BUILD_TEST(CMakeNightlyOSX dashmacmini5_release.cmake) - ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux + ADD_NIGHTLY_BUILD_TEST(CMakeNightlyLinux32 magrathea_release.cmake) endif()