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

Commit 0d7b015

Browse files
committed
removed commented cod.e
1 parent 2eb39c7 commit 0d7b015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ public String getTestTag() {
516516

517517
public void addTagToInputArgs(List<String> inputArgsList) {
518518
// Concatenate all source folders to MATLAB cell array string.
519-
//inputArgsList.add("'" + key + "'" + "," + "'" + val.replaceAll("'", "''") + "'"));
520519
inputArgsList.add("'" + SELECT_BY_TAG + "'" + "," + "'" + getTestTag().replaceAll("'", "''") + "'");
521520
}
522521

0 commit comments

Comments
 (0)