Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
project_description: fix the RE catching the ns-3 version number
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 28 Oct 2023 21:00:20 +0000 (23:00 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 28 Oct 2023 21:00:20 +0000 (23:00 +0200)
tools/jenkins/project_description.sh

index 4a52a6f..8af5e8d 100755 (executable)
@@ -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(){