From: Martin Quinson Date: Sat, 28 Oct 2023 21:00:20 +0000 (+0200) Subject: project_description: fix the RE catching the ns-3 version number X-Git-Tag: v3.35~89^2~42 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a3be3a46a4a9406cd1912d431e8f67a21e99291a project_description: fix the RE catching the ns-3 version number --- diff --git a/tools/jenkins/project_description.sh b/tools/jenkins/project_description.sh index 4a52a6fc65..8af5e8d804 100755 --- a/tools/jenkins/project_description.sh +++ b/tools/jenkins/project_description.sh @@ -26,7 +26,7 @@ get_json(){ } get_ns3(){ - sed -n 's/.*-- ns-3 found (v\(3[-.0-9a-z]\+\); minor:.*/\1/p;T;q' ./consoleText + sed -n 's/.*-- ns-3 found (v\(3[-.0-9a-z]\+\).*/\1/p;T;q' ./consoleText } get_python(){