Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the tesh.pl with its friend
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 14:57:18 +0000 (16:57 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 14:57:18 +0000 (16:57 +0200)
buildtools/Cmake/DefinePackages.cmake
buildtools/jenkins/build.sh
tools/tesh/CMakeLists.txt
tools/tesh/tesh.pl [moved from buildtools/Cmake/Scripts/tesh.pl with 100% similarity]

index 1053381..dcb025e 100644 (file)
@@ -1216,7 +1216,6 @@ set(CMAKE_SOURCE_FILES
   buildtools/Cmake/Scripts/my_valgrind.pl
   buildtools/Cmake/Scripts/postinstall.sh
   buildtools/Cmake/Scripts/preinstall.sh
-  buildtools/Cmake/Scripts/tesh.pl
   buildtools/Cmake/Scripts/update_tesh.pl
   buildtools/Cmake/UnitTesting.cmake
   buildtools/Cmake/src/internal_config.h.in
index 7226a67..7dbdcae 100755 (executable)
@@ -70,7 +70,7 @@ cd `cat VERSION`
 
 TRES=0
 
-ctest -T test --no-compress-output || true
+ctest -T test --output-on-failure --no-compress-output || true
 if [ -f Testing/TAG ] ; then
    xsltproc $WORKSPACE/buildtools/jenkins/ctest2junit.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > CTestResults.xml
    mv CTestResults.xml $WORKSPACE
index a2096fc..decd859 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.6)
 
-configure_file("${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/Scripts/tesh.pl"
+configure_file("${CMAKE_HOME_DIRECTORY}/tools/tesh/tesh.pl"
   "${CMAKE_BINARY_DIR}/bin/tesh" @ONLY IMMEDIATE)
 
     file(COPY        ${CMAKE_HOME_DIRECTORY}/buildtools/Cmake/Scripts/Diff.pm
@@ -37,6 +37,7 @@ set(xml_files
   )
 set(bin_files
   ${bin_files}
+  ${CMAKE_CURRENT_SOURCE_DIR}/tesh.pl
   ${CMAKE_CURRENT_SOURCE_DIR}/colorize.pl
   ${CMAKE_CURRENT_SOURCE_DIR}/generate_tesh
   PARENT_SCOPE