Skip to content

Commit b808956

Browse files
committed
Update testing scripts
1 parent 104cdb7 commit b808956

17 files changed

+64
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for CoordinateSystemTransformations.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for CoordinateSystemTransformationsSoln.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for DHParameters.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for DHParametersSoln.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for ForwardKinematics.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for ForwardKinematicsSoln.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for InverseKinematics.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for InverseKinematicsSoln.mlx
2+
% ---- Post-run commands -----
3+

SoftwareTests/PostSmokeTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function PostSmokeTest(ShowReport)
5151
Badge.message = join("R"+Version," | ");
5252
elseif any(Passed)
5353
Badge.color = "yellowgreen";
54-
Badge.message = join("R"+Version," | ")
54+
Badge.message = join("R"+Version(Passed)," | ");
5555
elseif all(~Passed)
5656
Badge.color = "critical";
5757
Badge.message = join("R"+Version," | ");
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
% Pre-run script for CoordinateSystemTransformationsSoln.mlx
2+
% ---- Known Issues -----
3+
KnownIssuesID = "";
4+
% ---- Pre-run commands -----
5+

0 commit comments

Comments
 (0)