X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e62cd602e1c329c581224bdc8e475a1b7f8351b..ea74f5d95928a521a588737e81f1de94eef25d19:/tools/cmake/scripts/update_tesh.pl diff --git a/tools/cmake/scripts/update_tesh.pl b/tools/cmake/scripts/update_tesh.pl index bc78f15db8..e60e782246 100755 --- a/tools/cmake/scripts/update_tesh.pl +++ b/tools/cmake/scripts/update_tesh.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Copyright (c) 2012, 2014. The SimGrid Team. +# Copyright (c) 2012-2022. The SimGrid Team. # All rights reserved. # This program is free software; you can redistribute it and/or modify it @@ -33,8 +33,6 @@ while(defined($line=)) $line =~ s/\$\{srcdir\:\=\.\}/./g; $line =~ s/\(/\\(/g; $line =~ s/\)/\\)/g; - $line =~ s/\$SG_TEST_EXENV//g; - $line =~ s/\$EXEEXT//g; $line =~ s/^\$\ */.\//g; $line =~ s/^.\/lua/lua/g; $line =~ s/^.\/ruby/ruby/g; @@ -58,7 +56,7 @@ while(defined($line=)) { print "$line"; } - } + } } close(SH_LIGNE);