Skip to content

Commit

Permalink
Update SmokeTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
vboutrou authored Jan 16, 2024
1 parent a4e2322 commit 5d7e778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SoftwareTests/SmokeTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function SimpleSmokeTest(testCase,Filename)
run(fullfile("Scripts",Filename));
catch ME
testCase.verifyTrue(false,ME.message);
disp(struct2table(ME.stack))
end

% Log the opened figures to the test reports
Expand All @@ -84,4 +85,4 @@ function closeAllFigure(testCase)

end % methods (TestClassTeardown)

end
end

0 comments on commit 5d7e778

Please sign in to comment.