Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit d911a3d

Browse files
authored
Update MatlabRunTestsStepExecution.java
1 parent e46f207 commit d911a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mathworks/ci/MatlabRunTestsStepExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private int execMatlabCommand(FilePath workspace, Launcher launcher,
7272
getProcessToRunMatlabCommand(workspace, launcher, listener, envVars,
7373
cmdPrefix + matlabScriptName + ",delete('.matlab/"
7474
+ genScriptLocation.getBaseName() + "/" + matlabScriptName
75-
+ ".m'),runnerScript,rmdir(destination,'s')",
75+
+ ".m'),runnerScript,rmdir(tmpDir,'s')",
7676
uniqueMatlabResourceFldr);
7777

7878
// prepare temp folder by coping genscript package and writing runner script.

0 commit comments

Comments
 (0)