mathworks / jenkins-matlab-plugin

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
45 stars 52 forks source link

When using -sd with Run MATLAB Tests, there is a 'File not found' warning in the console log #295

Open Vahila opened 4 months ago

Vahila commented 4 months ago

When using -sd with Run MATLAB Tests, there is a File not found waring shown before running the tests. This is because of the delete command used to remove the file from '.matlab' folder.

image