Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / tools / cmake / scripts / update_tesh.pl
index 31c3f0a..26d9ab3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2012-2020. 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;
@@ -56,7 +54,7 @@ while(defined($line=<SH_LIGNE>))
                {
                print "$line";
                }
-       }       
+       }
 }
 
 close(SH_LIGNE);