]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/update_tesh.pl
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Add a taget to test the new doc on a different remote."
[simgrid.git] / buildtools / Cmake / update_tesh.pl
old mode 100644 (file)
new mode 100755 (executable)
index 862ffa6..ae1491c
@@ -36,6 +36,7 @@ while(defined($line=<SH_LIGNE>))
                        $line =~ s/^\$\ */.\//g;
                        $line =~ s/^.\/lua/lua/g;
                        $line =~ s/^.\/ruby/ruby/g;
+                       $line =~ s/--log=([^ ]*)/--log="$1"/g;
                        print "\n$line_exec";
                        chomp $line;
                        open (FILE, "$line 2>&1|");