Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vanja Vlasov
git.practice
Commits
d128b2ce
Commit
d128b2ce
authored
Jan 23, 2019
by
Laurent Heirendt
✈
Browse files
count failing tests
parent
1f868ff6
Changes
1
Show whitespace changes
Inline
Side-by-side
test/testAll.m
View file @
d128b2ce
...
@@ -14,6 +14,11 @@ try
...
@@ -14,6 +14,11 @@ try
% print out a summary table
% print out a summary table
table
(
result
)
table
(
result
)
for
i
=
1
:
size
(
result
,
2
)
sumFailed
=
sumFailed
+
result
(
i
)
.
Failed
;
sumIncomplete
=
sumIncomplete
+
result
(
i
)
.
Incomplete
;
end
% restore the original path
% restore the original path
restoredefaultpath
;
restoredefaultpath
;
addpath
(
originalUserPath
);
addpath
(
originalUserPath
);
...
...
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