Merge branch 'parallel-tests-performance' into maint
[platform/upstream/automake.git] / lib / am / check.am
index 522c953..9cda82a 100644 (file)
@@ -156,6 +156,7 @@ function rst_section(header) \
           fatal("failed to read from " $$0 ".log"); \
         print line; \
       }; \
+      printf "\n"; \
     }; \
 ## Don't leak open file descriptors, as this could cause serious
 ## problems when there are many tests (yes, even on Linux).