changeset 22467:c61467fc0d3a

Add missing newline in output of 'make check' (bug #49052) * __run_test_suite__.m: Add missing newline after log file name is printed.
author Mike Miller <mtmiller@octave.org>
date Sun, 11 Sep 2016 13:24:08 -0700
parents 7eaa642810f7
children 6f5cde55e225
files scripts/testfun/__run_test_suite__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/testfun/__run_test_suite__.m	Sun Sep 11 08:59:09 2016 -0700
+++ b/scripts/testfun/__run_test_suite__.m	Sun Sep 11 13:24:08 2016 -0700
@@ -87,7 +87,7 @@
         puts ("Items listed as XFAIL above are known bugs.\n");
         puts ("Bug report numbers for them may be found in the log file:\n");
         puts (logfile);
-        puts ("Please help improve Octave by contributing fixes for them.\n");
+        puts ("\nPlease help improve Octave by contributing fixes for them.\n");
       endif
       if (dsk > 0)
         puts ("\n");