Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[ci-skip] Update project_description.sh
authorAugustin Degomme <adegomme@gmail.com>
Sat, 23 Apr 2022 15:48:57 +0000 (15:48 +0000)
committerAugustin Degomme <adegomme@gmail.com>
Sat, 23 Apr 2022 15:48:57 +0000 (15:48 +0000)
tools/jenkins/project_description.sh

index 87b8274..eb77ba6 100755 (executable)
@@ -26,7 +26,7 @@ get_eigen3(){
 }
 
 get_ns3(){
-  grep -m 1 "ns-3 found (v3.[0-9]*; incl:" ./consoleText | sed "s/.*-- ns-3 found .v\(3.[0-9]*\); incl:.*/\1/g"
+  grep -m 1 "ns-3 found (v3.[0-9dev]*; incl:" ./consoleText | sed "s/.*-- ns-3 found .v\(3.[0-9dev]*\); incl:.*/\1/g"
 }
 
 get_python(){