# HG changeset patch # User Rik # Date 1285390812 25200 # Node ID 630dc1933fe60284a54a423b51e150cc5c3f7d17 # Parent 43c1f914e293fa04ce8df3cdeabb3655a06979f8 Rephrase output from 'make check' for clarity. diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2010-09-24 Rik + + * fntests.m: Rephrase output for clarity. + 2010-08-17 Rik * fntests.m: Add extra newline for more readable output. diff --git a/test/fntests.m b/test/fntests.m --- 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");