Testsuite: minor fix

time-shift
Sébastien Villemot 2011-09-13 18:05:22 +02:00
parent 83b83f200a
commit ac5e99595e
1 changed files with 4 additions and 2 deletions

View File

@ -175,9 +175,11 @@ if size(failedBase,2) > 0 || size(failedBlock,2) > 0
printf("***************************************\n\n");
fprintf(fid,"***************************************\n\n");
clear -all
fclose(fid);
error("make check-octave FAILED");
end
fclose(fid);
else
fclose(fid);
endif
## Local variables:
## mode: Octave