]> AND Public Git Repository - simgrid.git/blobdiff - checkall
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add to the rule-based model the loopback routes
[simgrid.git] / checkall
index 99438e81e96b2c002922f1c378ae0b9ea8b303d6..8243eacab0a5888e53adda51fe3da75b14014dc5 100755 (executable)
--- 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);