Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding test example to trace process migration using the mask TRACE_PROCESS
[simgrid.git] / checkall
index 99438e8..8243eac 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);