changeset 9996:929e53107f09

Add newline to message output of test.m
author Rik <rdrider0-list@yahoo.com>
date Thu, 17 Dec 2009 11:08:26 -0800
parents 5277222b47d1
children 8561ecc44317
files scripts/ChangeLog scripts/testfun/test.m
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-17  Rik <octave@nomad.inbox5.com>
+
+	* testfun/test.m: Add newline to message output.
+
 2009-12-14  John W. Eaton  <jwe@octave.org>
 
 	* specfun/isprime.m: Produce logical result.  Error if nargin > 1.
--- a/scripts/testfun/test.m
+++ b/scripts/testfun/test.m
@@ -490,6 +490,7 @@
 	fflush (__fid);
       endif
       fputs (__fid, __msg);
+      fputs (__fid, "\n");
       fflush (__fid);
       ## Show the variable context.
       if (! strcmp (__type, "error") && ! strcmp (__type, "testif")