Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Duarte
git.practice
Commits
fe6e18b0
Commit
fe6e18b0
authored
Jan 23, 2019
by
Laurent Heirendt
✈
Browse files
fix for exit code
parent
d128b2ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/testAll.m
View file @
fe6e18b0
% include the root folder and all subfolders.
addpath
(
genpath
(
pwd
));
% define a success exit code
exit_code
=
0
;
try
% save the userpath
...
...
@@ -15,8 +18,8 @@ try
table
(
result
)
for
i
=
1
:
size
(
result
,
2
)
sumFailed
=
sumFailed
+
result
(
i
)
.
Failed
;
sumIncomplete
=
sumIncomplete
+
result
(
i
)
.
Incomplete
;
sumFailed
=
sumFailed
+
result
(
i
)
.
Failed
sumIncomplete
=
sumIncomplete
+
result
(
i
)
.
Incomplete
end
% restore the original path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment