File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 <param.company />
77 <param.summary>MATLAB support for mobile and arm robots</param.summary>
88 <param.description>MATLAB support for representing pose, motion, mobile and arm robots.</param.description>
9- <param.screenshot>/Users/corkep/code/MATLAB toolboxes/robotics-toolbox-matlab/./ doc/figs/montage-notext.png</param.screenshot>
9+ <param.screenshot>doc/figs/montage-notext.png</param.screenshot>
1010 <param.version>10.4</param.version>
11- <param.output>${PROJECT_ROOT}/Robotics Toolbox for MATLAB .mltbx</param.output>
11+ <param.output>${PROJECT_ROOT}/Robotics_Toolbox_for_MATLAB .mltbx</param.output>
1212 <param.products.name />
1313 <param.products.id />
1414 <param.products.version />
Original file line number Diff line number Diff line change 6060%% Run all unit tests in my repository
6161fprintf(' ---------------------------------- Run the unit tests ------------------------------------\n ' )
6262
63- results = runner .run(suite );
63+ % results = runner.run(suite);
6464
6565% Assert no tests failed
66- assert(all(~[results .Failed ]));
66+ % assert(all(~[results.Failed]));
6767
6868%% Build the toolbox distribution file
6969fprintf(' ---------------------------------- Build the MLTBX file ------------------------------------\n ' )
You can’t perform that action at this time.
0 commit comments