typos
parent
c45cd4ab70
commit
fdd8f08a7b
|
@ -7,10 +7,10 @@ clear
|
|||
close all
|
||||
drawnow
|
||||
|
||||
Octave = exist('OCTAVE_VERSION','var') ~= 0;
|
||||
|
||||
if Octave
|
||||
if isOctave
|
||||
confirm_recursive_rmdir(0);
|
||||
page_screen_output(0); % do not buffer output
|
||||
page_output_immediately(1); % do not buffer output
|
||||
end
|
||||
|
||||
folder = fileparts( mfilename( 'fullpath' ) );
|
||||
|
@ -42,6 +42,7 @@ for o=1:numel(options)
|
|||
% execute function
|
||||
disp( [datestr(now) ' executing: ' folders(f).name '/' scripts(s).name] );
|
||||
[~,fname] = fileparts( scripts(s).name );
|
||||
fflush(1); % flush stdout
|
||||
pass = feval( fname, options{o}, 'run_testsuite' );
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue