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

Public GIT Repository
remove cvs files.
[simgrid.git] / checkall
index 7cf2a7a096247108b49d4844cdfc6547be36a260..8bfc39f8942a03208c6d83768451cff0e90040cf 100755 (executable)
--- a/checkall
+++ b/checkall
@@ -77,6 +77,11 @@ if (scalar @xpass) {
     print     "Unexpected pass:\n";
     map {print "  $_\n";print LOG "  $_\n"} @xpass;
 }
+if (scalar @xfail) {
+    print LOG "Expected failures:\n";
+    print     "Expected failures:\n";
+    map {print "  $_\n";print LOG "  $_\n"} @xfail;
+}
 if (scalar @fail) {
     print LOG "Failed tests:\n";
     print     "Failed tests:\n";