Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Jan 24, 2024
1 parent 9c38119 commit 1c50121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lint.pl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sub check_suite {
foreach my $dep ($case->dependencies) {
my @suites = $dep->suites;
if (scalar(@suites) > 1 || $suites[0]->id ne $suite->id) {
warn(sprintf("Test case '%s' in %s has a cross-suite dependency on %s (%s)", $case->id, $suite->id, $dep->id, $suites[0]->id));
warn(sprintf("Test case '%s' in %s has a cross-suite dependency on %s in %s", $case->id, $suite->id, $dep->id, $suites[0]->id));
}
}
}
Expand Down

0 comments on commit 1c50121

Please sign in to comment.