Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Sources/Classes/SLTestController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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:@","]);
Expand Down