Skip to content
Snippets Groups Projects
Commit d128b2ce authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

count failing tests

parent 1f868ff6
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,11 @@ try
% print out a summary table
table(result)
for i = 1:size(result,2)
sumFailed = sumFailed + result(i).Failed;
sumIncomplete = sumIncomplete + result(i).Incomplete;
end
% restore the original path
restoredefaultpath;
addpath(originalUserPath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment