# HG changeset patch # User David Bateman # Date 1224515963 -3600 # Node ID 166a689b77a9c68c40c9dbe5adea284d701768a7 # Parent ca410b015910bf99bbec2cf43008d46dfab51588 Pause between tests for rundemos diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,7 @@ 2008-10-20 David Bateman + * 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. diff --git a/scripts/testfun/rundemos.m b/scripts/testfun/rundemos.m --- a/scripts/testfun/rundemos.m +++ b/scripts/testfun/rundemos.m @@ -59,6 +59,9 @@ f = fullfile (directory, f); if (has_demos (f)) demo (f); + if (i != numel (flist)) + input ("Press to continue: ", "s"); + endif endif endif endfor