Skip to content

Commit f85c5f0

Browse files
committed
Modify CI
1 parent 217a738 commit f85c5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoftwareTests/SmokeTests.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function SmokeRun(testCase,File)
5454
run(fullfile("Scripts",Filename));
5555
catch ME %#ok<*UNRCH>
5656
if ~any(strcmp(ME.identifier,KnownIssuesID))
57+
disp("Error >>> Line "+ME.stack(1).line)
5758
testCase.verifyTrue(false,ME.message);
5859
end
5960
end

0 commit comments

Comments
 (0)