You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONFIGDOC.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The **Run MATLAB Tests** build step enables you to generate different types of t
60
60
61
61
If you do not select any of the test artifact check boxes, the tests still run, and test failures fail the build.
62
62
63
-
The **Run MATLAB Tests** build step produces a MATLAB script file named `runMatlabTests.m` in the project workspace. The plugin uses this file to run the tests and generate the test artifacts. You can review the contents of the script to understand the testing workflow.
63
+
The **Run MATLAB Tests** build step produces a MATLAB script file, Content of this file will be printed on console log during build. The plugin uses this file to run the tests and generate the test artifacts. You can review the contents of the script to understand the testing workflow.
64
64
65
65
**Note:**
66
66
* The plugin does not create the `matlabTestArtifacts` folder if the name of the folder does not appear in any of the displayed **File path** boxes.
0 commit comments