X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d8f222f6cc8803dba8e85b41981165fc860e8d5..db4671831d63eea2d1db93f576652e4097c423cd:/checkall diff --git a/checkall b/checkall index 20f828e797..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); @@ -88,6 +84,10 @@ $dashes =~ s/./X/g; print LOG "\n$dashes\n$banner\n$dashes\n\n"; print "\n$dashes\n$banner (full logs in checkall.log)\n$dashes\n\n"; +if (scalar @pass) { + print LOG "* ".(scalar @pass)." passed tests:\n"; + map {print LOG " $_\n"} @pass; +} if (scalar @skip) { print LOG "* ".(scalar @skip)." skipped tests:\n"; print "* ".(scalar @skip)." skipped tests:\n";