Skip to content

Commit a8a74e2

Browse files
committed
move resources
1 parent 57c89c2 commit a8a74e2

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/resources/+ciplugins/+jenkins/TestResultsSummaryPlugin.m renamed to resources/+ciplugins/+jenkins/TestResultsSummaryPlugin.m

File renamed without changes.

src/resources/+matlab/+unittest/+internal/+services/+plugins/TestResultsSummaryPluginService.m renamed to resources/+matlab/+unittest/+internal/+services/+plugins/TestResultsSummaryPluginService.m

File renamed without changes.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function run() {
3131
};
3232

3333
// const command = scriptgen.generateCommand(options);
34-
const pluginsPath = path.join(__dirname, "src", "resources").replace("'","''");
34+
const pluginsPath = path.join(__dirname, "resources").replace("'","''");
3535
const command = "addpath('"+ pluginsPath +"');" + "import matlab.unittest.TestRunner; addpath(genpath('code')); suite = testsuite(pwd, 'IncludeSubfolders', true); runner = TestRunner.withDefaultPlugins(); results = runner.run(suite); display(results); assertSuccess(results);";
3636
core.summary.addRaw(command, true);
3737
const startupOptions = core.getInput("startup-options").split(" ");

0 commit comments

Comments
 (0)