Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xsltproc is not used since... a long time ago
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 2 Jan 2020 16:54:59 +0000 (17:54 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 2 Jan 2020 16:54:59 +0000 (17:54 +0100)
tools/jenkins/build.sh

index 73fc613..c18dbb5 100755 (executable)
@@ -221,10 +221,6 @@ echo "XX   pwd: "$(pwd)
 echo "XX"
 
 ctest -T test --output-on-failure --no-compress-output || true
-if [ -f Testing/TAG ] ; then
-   xsltproc $WORKSPACE/tools/jenkins/ctest2junit.xsl Testing/$( head -n 1 < Testing/TAG )/Test.xml > CTestResults.xml
-   mv CTestResults.xml $WORKSPACE
-fi
 
 if test -n "$INSTALL" && [ ${branch_name} = "origin/master" ] ; then
   echo "XX"