Remove duplicate block

This commit is contained in:
Allen Byrne 2016-10-27 14:13:04 -05:00
parent 1bf4544a2e
commit 1c3b006651

View File

@ -261,9 +261,6 @@ message(STATUS "Dashboard script configuration:\n${vars}\n")
if(LOCAL_SUBMIT)
ctest_submit (PARTS Update Configure Notes)
endif()
if(${res} LESS 0 OR ${res} GREATER 0)
message(FATAL_ERROR "Failed configure: ${res}\n")
endif()
if(${res} LESS 0 OR ${res} GREATER 0)
file(APPEND ${CTEST_SCRIPT_DIRECTORY}/FailedCTest.txt "Failed Configure: ${res}\n")
endif()