correcting bug in Octave testing routine

time-shift
Michel Juillard 2011-09-17 18:39:58 +02:00
parent 743c6f5880
commit d9b48f78ef
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ if size(failedBase,2) > 0 || size(failedBlock,2) > 0
end
printf("***************************************\n\n");
fprintf(fid,"***************************************\n\n");
clear -all
fclose(fid);
error("make check-octave FAILED");
else