Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add input file.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 29 Sep 2020 07:34:26 +0000 (09:34 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 29 Sep 2020 07:34:26 +0000 (09:34 +0200)
tools/jenkins/project_description.sh

index 1a26764..3bfd65d 100755 (executable)
@@ -22,7 +22,7 @@ get_cmake(){
 }
 
 get_ns3(){
-  grep -m 1 "ns-3 found (v3.[0-9]*; incl:"|sed "s/.*-- ns-3 found .v\(3.[0-9]*\); incl:.*/\1/g"
+  grep -m 1 "ns-3 found (v3.[0-9]*; incl:" ./consoleText | sed "s/.*-- ns-3 found .v\(3.[0-9]*\); incl:.*/\1/g"
 #  found=$(grep -c "ns-3 found" ./consoleText)
 #  if [ "$found" != 0 ]; then
 #    echo "✔"