Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add input file.
[simgrid.git] / 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 "✔"