Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add repr for many simgrid objects. replace mailbox __str__ to match __repr__ of other...
[simgrid.git] / tools / cmake / scripts / update_tesh.pl
index ed6eedd5e304dcf2fd1facf25166bfbd0b3bb4ec..26d9ab358b64c7062ef4c6264aac9daf3e15c41d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2012-2021. The SimGrid Team.
+# Copyright (c) 2012-2023. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -34,8 +34,6 @@ while(defined($line=<SH_LIGNE>))
                $line =~ s/\(/\\(/g;
                $line =~ s/\)/\\)/g;
                $line =~ s/^\$\ */.\//g;
-               $line =~ s/^.\/lua/lua/g;
-               $line =~ s/^.\/ruby/ruby/g;
                $line =~ s/--log=([^ ]*)/--log="$1"/g;
                print "$line_exec";
                chomp $line;