From 6c21a15a8a77f76d55fe77ef0d1225bb083d0a40 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Thu, 28 Nov 2019 10:31:33 +0100 Subject: [PATCH 1/1] replace ticks by version of python in project description when python is used for simgrid. --- tools/jenkins/project_description.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1