Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Round-robin deployment so that everybody does not send to the same guy at the same...
[simgrid.git] / checkall
index 7cf2a7a..8bfc39f 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";