From: mquinson Date: Tue, 23 Mar 2010 15:52:33 +0000 (+0000) Subject: lame attempt to fix it, but I guess I should remove it and use ctest now X-Git-Tag: SVN~409 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2ef3f94cd202b5a9dfc271e735f8c1e837204953 lame attempt to fix it, but I guess I should remove it and use ctest now git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7331 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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);