changeset 8245:166a689b77a9

Pause between tests for rundemos
author David Bateman <dbateman@free.fr>
date Mon, 20 Oct 2008 16:19:23 +0100
parents ca410b015910
children db19494c7c2a
files scripts/ChangeLog scripts/testfun/rundemos.m
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Oct 20 16:09:15 2008 +0100
+++ b/scripts/ChangeLog	Mon Oct 20 16:19:23 2008 +0100
@@ -1,5 +1,7 @@
 2008-10-20  David Bateman  <dbateman@free.fr>
 
+	* testfun/rundemos.m: Pause between files, as demo itself doesn't.
+	
 	* plot/fill.m, plot/quiver.m: Quiet the demos.
 	* plot/stair.m: Treat a line style argument correctly.
 
--- a/scripts/testfun/rundemos.m	Mon Oct 20 16:09:15 2008 +0100
+++ b/scripts/testfun/rundemos.m	Mon Oct 20 16:19:23 2008 +0100
@@ -59,6 +59,9 @@
       f = fullfile (directory, f);
       if (has_demos (f))
 	demo (f);
+	if (i != numel (flist))
+	  input ("Press <enter> to continue: ", "s");
+	endif
       endif
     endif
   endfor