Index: fntests.m =================================================================== RCS file: /cvs/octave/test/fntests.m,v retrieving revision 1.10 diff -u -r1.10 fntests.m --- fntests.m 15 Jun 2007 04:22:13 -0000 1.10 +++ fntests.m 15 Jun 2007 07:42:31 -0000 @@ -174,6 +174,7 @@ if (dxf > 0) printf ("\nThere were %d expected failures (see fntests.log for details).\n", dxf); + printf ("\nExpected failures are bugs we know about. Please help improve Octave by contributing fixes for them\n"); endif n_files_with_no_tests = length (files_with_no_tests); n_files = n_files_with_no_tests + length (files_with_tests);