]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug code
authorMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 18 Sep 2013 14:21:27 +0000 (14:21 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 18 Sep 2013 14:21:27 +0000 (14:21 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30791 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CTestConfig.cmake
deal.II/run_testsuite.cmake

index 901b10225937c8854f312b9997c6071114ba14e5..2713b51e4fb8bb16becf74be0d85c84c7175dfbd 100644 (file)
@@ -50,5 +50,4 @@ FIND_PROGRAM(HOSTNAME_COMMAND NAMES hostname)
 EXEC_PROGRAM(${HOSTNAME_COMMAND} OUTPUT_VARIABLE _hostname)
 SET(CTEST_SITE "${_hostname}")
 
-SET(CTEST_BUILD_NAME "${CMAKE_SYSTEM}-${CMAKE_SYSTEM_PROCESSOR}-compiler")
-MESSAGE(FATAL_ERROR "${CMAKE_SYSTEM}-${CMAKE_SYSTEM_PROCESSOR}")
+SET(CTEST_BUILD_NAME "${CMAKE_SYSTEM}-${CMAKE_SYSTEM_PROCESSOR}-todo")
index 77541abdcc73d4d227207bc6a68711be19093365..9b6df3a5f351554d0e61a30b31c58bbb545bb652 100644 (file)
@@ -52,9 +52,9 @@ IF("${CTEST_BINARY_DIRECTORY}" STREQUAL "")
   # If CTEST_BINARY_DIRECTORY is not set we just use the current directory
   # except it is equal to CTEST_SOURCE_DIRECTORY in which case we fail.
   #
-  SET(CTEST_BINARY_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
+  SET(CTEST_BINARY_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
 
-  IF("${CTEST_BINARY_DIRECTORY}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
+  IF("${CTEST_BINARY_DIRECTORY}" STREQUAL "${CTEST_SOURCE_DIR}")
     MESSAGE(FATAL_ERROR "
 ctest was invoked in the source directory and CTEST_BINARY_DIRECTORY is not set.
 Please either call ctest from within a designated build directory, or set CTEST_BINARY_DIRECTORY accordingly."

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.