changeset 11019:630dc1933fe6

Rephrase output from 'make check' for clarity.
author Rik <octave@nomad.inbox5.com>
date Fri, 24 Sep 2010 22:00:12 -0700
parents 43c1f914e293
children a2773763e3ff
files test/ChangeLog test/fntests.m
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-24  Rik <octave@nomad.inbox5.com>
+
+	* fntests.m: Rephrase output for clarity.
+
 2010-08-17  Rik <octave@nomad.inbox5.com>
 
 	* fntests.m: Add extra newline for more readable output.
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -256,8 +256,8 @@
   if (dsk > 0)
     printf ("\nThere were %d skipped tests (see fntests.log for details).\n", dsk);
     puts ("Skipped tests are features that are disabled in this version\n");
-    puts ("of Octave as the needed libraries were not present when Octave\n");
-    puts ("was built\n");
+    puts ("of Octave because the needed libraries were not present when Octave\n");
+    puts ("was built.\n");
   endif
 
   report_files_with_no_tests (files_with_tests, files_with_no_tests, ".m");