From 436d32558bd571ced2fafdd1117b42b0a35c7b6b Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 22 Nov 2020 17:01:01 +0100 Subject: [PATCH] adapt projet_description for new python3 detection --- 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 3bfd65d727..1be78989ba 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 PythonInterp" ./consoleText| sed "s/.*-- Found PythonInterp.*found suitable version \"\([a-zA-Z0-9\.]*\)\",.*/\1/g" + grep -m 1 "Found Python3" ./consoleText| sed "s/.*-- Found Python3.*found version \"\([a-zA-Z0-9\.]*\)\".*/\1/g" else echo "" fi -- 2.20.1