diff scripts/testfun/test.m @ 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 1bf0ce0930be
children e68431e60e3d
line wrap: on
line diff
--- 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")