Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny documentation improvement
[simgrid.git] / checkall
index 4512f3e..7f48c2f 100755 (executable)
--- a/checkall
+++ b/checkall
@@ -11,6 +11,10 @@ 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);