Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Allow a name and see what Zach says.
  • Loading branch information
matanlurey committed Aug 30, 2023
commit f9e7734d5a72f03298b73d39125c9e66715b534d
2 changes: 1 addition & 1 deletion testing/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ def gather_clang_tidy_tests(build_dir):
)


def gather_build_bucket_golden_scraper_tests(build_dir):
def gather_build_bucket_golden_scraper_tests(build_dir): # pylint: invalid-name
test_dir = os.path.join(
BUILDROOT_DIR, 'flutter', 'tools', 'build_bucket_golden_scraper'
)
Expand Down