X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b0351baec7a6eacae2dbc05a6043a10d97e5c7a3..832df7fba94990b498038fbbb8b09b8e45e6197d:/checkall diff --git a/checkall b/checkall index 99438e81e9..8243eacab0 100755 --- a/checkall +++ b/checkall @@ -11,10 +11,6 @@ my @skip; my $dir; -if (-e "CMakeLists.txt") { # launched from dart - chdir ".."; -} - open LOG,(">checkall.log") || die "Cannot open log file: $!"; my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);