X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e84659ef22bae50c28bce4163d837e819a6a7fc5..f438984b5defa97e49b2cf0813f4c609f35cf21f:/tools/jenkins/project_description.sh diff --git a/tools/jenkins/project_description.sh b/tools/jenkins/project_description.sh index 3570212509..17c40c765e 100755 --- a/tools/jenkins/project_description.sh +++ b/tools/jenkins/project_description.sh @@ -33,7 +33,7 @@ get_ns3(){ get_python(){ found=$(grep -c "Compile Python bindings .....: ON" ./consoleText) if [ $found != 0 ]; then - echo "✔" + grep -m 1 "Found PythonInterp" ./consoleText| sed "s/.*-- Found PythonInterp.*found suitable version \"\([a-zA-Z0-9\.]*\)\",.*/\1/g" else echo "" fi