X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e697c041ca62e634c8fa224cf4164ff4cb6ac82..149c63f36e15b8500b1e826bda5138318ff7ba2b:/tools/cmake/scripts/update_tesh.pl diff --git a/tools/cmake/scripts/update_tesh.pl b/tools/cmake/scripts/update_tesh.pl index 5e0a06d174..31c3f0a37b 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-2020. The SimGrid Team. # All rights reserved. # This program is free software; you can redistribute it and/or modify it @@ -10,7 +10,7 @@ use strict; use warnings; if($#ARGV!=1) { - die "Usage: perl make_tesh.pl \n"; + die "Usage: perl update_tesh.pl \n"; } my($directory)=$ARGV[0]; @@ -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;