# HG changeset patch # User Rik # Date 1282095711 25200 # Node ID 686e3bc432a29dd3837e0d5ca4e2497e3dfd11e1 # Parent 4a2dabfb078b140b5ef87466d440241965e0ede4 fntests.m: Add extra newline for more readable output during make. diff -r 4a2dabfb078b -r 686e3bc432a2 test/ChangeLog --- a/test/ChangeLog Tue Aug 17 17:45:38 2010 -0700 +++ b/test/ChangeLog Tue Aug 17 18:41:51 2010 -0700 @@ -1,3 +1,7 @@ +2010-08-17 Rik + + * fntests.m: Add extra newline for more readable output. + 2010-07-30 Rik * Makefile.am: New clean-local target to remove directories diff -r 4a2dabfb078b -r 686e3bc432a2 test/fntests.m --- a/test/fntests.m Tue Aug 17 17:45:38 2010 -0700 +++ b/test/fntests.m Tue Aug 17 18:41:51 2010 -0700 @@ -264,7 +264,7 @@ report_files_with_no_tests (files_with_tests, files_with_no_tests, ".cc"); puts ("\nPlease help improve Octave by contributing tests for\n"); - puts ("these files (see the list in the file fntests.log).\n"); + puts ("these files (see the list in the file fntests.log).\n\n"); fprintf (fid, "\nFiles with no tests:\n\n%s", list_in_columns (files_with_no_tests, 80));