From: Navarrop Date: Thu, 28 Apr 2011 14:34:22 +0000 (+0200) Subject: This line make test failed. X-Git-Tag: v3_6_rc3~74 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2a283885f92b85ae047ff92372b5fb1df1f9ef9c This line make test failed. We want to have tabulation, space... --- diff --git a/buildtools/Cmake/tesh.pl b/buildtools/Cmake/tesh.pl index 005dfa18ca..28296d6a32 100755 --- a/buildtools/Cmake/tesh.pl +++ b/buildtools/Cmake/tesh.pl @@ -216,7 +216,7 @@ sub exec_cmd { my @got; while(defined(my $got=)) { $got =~ s/\r//g; - $got =~ s/^( )*//g; + #$got =~ s/^( )*//g; chomp $got; push @got, "$got"; }