Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added platform for ns3 wifi example
[simgrid.git] / tools / jenkins / project_description.sh
index 1a26764b08c493bd1ee140d0e4a9eefc2f02fabb..3bfd65d7274258f87510d416ca498d3358df085d 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 "✔"