Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
lame attempt to fix it, but I guess I should remove it and use ctest now
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 15:52:33 +0000 (15:52 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 15:52:33 +0000 (15:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7331 48e7efb5-ca39-0410-a469-dd3cf9ba447f

checkall

index 99438e8..8243eac 100755 (executable)
--- a/checkall
+++ b/checkall
@@ -11,10 +11,6 @@ my @skip;
 
 my $dir;
 
 
 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);
 open LOG,(">checkall.log") || die "Cannot open log file: $!";
 
 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);