Skip to content

Commit 1b98bf8

Browse files
committed
something again
1 parent 6eecf4f commit 1b98bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/frc/robot/Lib/BallDetectionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,10 @@ private void printResults() {
284284

285285
if (testsFailed == 0) {
286286
System.out.println("ALL TESTS PASSED - Parallax math is correct!");
287+
System.exit(0);
287288
} else {
288289
System.out.println("SOME TESTS FAILED - Check ray intersection logic");
290+
System.exit(1);
289291
}
290292
}
291293

0 commit comments

Comments
 (0)