Skip to content
Snippets Groups Projects
Commit 7bc78435 authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Workaround for Octave (Cosmetic).

Overloads the printf function.
parent 744c3e9f
Branches
No related tags found
No related merge requests found
function printf(varargin)
% Do nothing
end
\ No newline at end of file
......@@ -29,8 +29,11 @@ catch
initialize_dseries_toolbox;
end
warning off
if isoctave
more off;
addpath([unit_tests_root 'fake']);
end
tmp = dseries_src_root;
......@@ -42,8 +45,10 @@ delete('*.log');
if install_unit_test_toolbox
rmdir('../externals/m-unit-tests-master','s');
end
path(opath);
if any(~[report{:,3}])
system('touch failed');
end
\ No newline at end of file
end
warning on
path(opath);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment