changeset 10899:686e3bc432a2

fntests.m: Add extra newline for more readable output during make.
author Rik <octave@nomad.inbox5.com>
date Tue, 17 Aug 2010 18:41:51 -0700
parents 4a2dabfb078b
children b64803a8be4e
files test/ChangeLog test/fntests.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <octave@nomad.inbox5.com>
+
+	* fntests.m: Add extra newline for more readable output.
+
 2010-07-30  Rik <octave@nomad.inbox5.com>
 
 	* Makefile.am: New clean-local target to remove directories 
--- 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));