diff --git a/Sources/Classes/SLTestController.m b/Sources/Classes/SLTestController.m index 7c05075..ad66fc5 100644 --- a/Sources/Classes/SLTestController.m +++ b/Sources/Classes/SLTestController.m @@ -329,6 +329,8 @@ - (void)_beginTesting { if (_runningWithPredeterminedSeed) { SLLog(@"Running tests in order as predetermined by seed %u.", _runSeed); + } else { + SLLog(@"Running tests in order using random seed %u.", _runSeed); } if (_runningWithFocus) { SLLog(@"Focusing on test cases in specific tests: %@.", [_testsToRun componentsJoinedByString:@","]);