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