X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..f438984b5defa97e49b2cf0813f4c609f35cf21f:/tools/jenkins/DynamicAnalysis_description.sh diff --git a/tools/jenkins/DynamicAnalysis_description.sh b/tools/jenkins/DynamicAnalysis_description.sh index 1203441951..8e513360e6 100755 --- a/tools/jenkins/DynamicAnalysis_description.sh +++ b/tools/jenkins/DynamicAnalysis_description.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh set -e @@ -7,17 +7,17 @@ wget https://ci.inria.fr/simgrid/job/SimGrid-DynamicAnalysis-Valgrind/label=simg #find string containing errors and leaked size for valgrind run wget https://ci.inria.fr/simgrid/job/SimGrid-DynamicAnalysis-Valgrind/label=simgrid-debian8-64-dynamic-analysis/lastCompletedBuild/ -VALGRIND_RES=$(grep href\=\"valgrindResult\" ./index.html | sed -e "s/.*\"valgrindResult\">\(.*lost\)<\/a.*/\1/g") +VALGRIND_RES=$(grep href=\"valgrindResult\" ./index.html | sed -e "s/.*\"valgrindResult\">\(.*lost\)<\/a.*/\1/g") rm index.html #set html description and write it in a file echo " -Testing with valgrind and gcov. Click on the graphs for details. +Testing with valgrind and gcov. Click on the graphs for details.

- - +
+ @@ -28,7 +28,7 @@ Testing with valgrind and gcov. Click on the graphs for details. Test Results - + - + @@ -56,7 +56,7 @@ Testing with valgrind and gcov. Click on the graphs for details. Test Results : Address Sanitizer (info) - + - + @@ -81,7 +81,7 @@ Testing with valgrind and gcov. Click on the graphs for details. Test Results : Undefined Sanitizer (info) - +
Valgrind Results
@@ -45,7 +45,7 @@ Testing with valgrind and gcov. Click on the graphs for details.
Sloccount Results
@@ -73,7 +73,7 @@ Testing with valgrind and gcov. Click on the graphs for details.
Test Results : Thread Sanitizer (info)