X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f7fdc5ca38ed83ec87ce16dd3a4492fe3d2a0ac..989720ce1d2b6e82462d8c1678135c9866e996d7:/buildtools/Cmake/update_tesh.pl diff --git a/buildtools/Cmake/update_tesh.pl b/buildtools/Cmake/update_tesh.pl old mode 100644 new mode 100755 index 862ffa6b4c..ae1491cdc8 --- a/buildtools/Cmake/update_tesh.pl +++ b/buildtools/Cmake/update_tesh.pl @@ -36,6 +36,7 @@ while(defined($line=)) $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|");