Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dseries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dseries
Commits
7bc78435
Commit
7bc78435
authored
9 years ago
by
Stéphane Adjemian
Committed by
Stéphane Adjemian
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Workaround for Octave (Cosmetic).
Overloads the printf function.
parent
744c3e9f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/fake/printf.m
+3
-0
3 additions, 0 deletions
tests/fake/printf.m
tests/runalltests.m
+7
-2
7 additions, 2 deletions
tests/runalltests.m
with
10 additions
and
2 deletions
tests/fake/printf.m
0 → 100644
+
3
−
0
View file @
7bc78435
function
printf
(
varargin
)
% Do nothing
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tests/runalltests.m
+
7
−
2
View file @
7bc78435
...
...
@@ -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
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment