test suite: don't use when running octave test

time-shift
Houtan Bastani 2016-10-19 15:11:30 +02:00
parent d045fc65a5
commit 22a5739eb7
1 changed files with 3 additions and 1 deletions

View File

@ -45,4 +45,6 @@ else
end
fprintf(fid,':cputime: %f\n',0.0);
fclose(fid);
exit
if ~isoctave
exit
end