X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a6a0ed7ee781ef608e89a7c20c6d61278369081..39206ce7634bcbb07c6b8ec500e8a01e601d70eb:/buildtools/Cmake/Scripts/tesh.pl diff --git a/buildtools/Cmake/Scripts/tesh.pl b/buildtools/Cmake/Scripts/tesh.pl index cbdc724554..174245cf48 100755 --- a/buildtools/Cmake/Scripts/tesh.pl +++ b/buildtools/Cmake/Scripts/tesh.pl @@ -15,6 +15,7 @@ B [I] I =cut my($bindir)="."; my($srcdir)="."; +my($timeout)=0; my $path = $0; my $OS; $path =~ s|[^/]*$||; @@ -67,6 +68,10 @@ sub cd_cmd { } } +sub timeout_cmd{ + $timeout=$_[1]; +} + sub setenv_cmd { my($var,$ctn); if ($_[0] =~ /^(.*)=(.*)$/) { @@ -120,6 +125,7 @@ sub get_options { 'debug|d' => \$opt{"debug"}, 'cd=s' => \&cd_cmd, + 'timeout=s' => \&timeout_cmd, 'setenv=s' => \&setenv_cmd, 'cfg=s' => \@cfg, 'log=s' => \$log, @@ -139,7 +145,6 @@ my %opts = get_options(@ARGV); ## my($sort)=0; my($nb_arg)=0; -my($timeout)=0; my($old_buffer); my($linebis); my($SIGABRT)=0;