Skip to content

Commit

Permalink
Update to latest devtools hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Dec 3, 2024
1 parent e34959a commit cafb3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registry/flutter_devtools.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
# NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test.
# The analysis and testing for DevTools have been split into two different
# registry to speed up performance.
fetch=git -c core.longPaths=true -C tests checkout 7688d21e970eb1b7587d8aa51b2e211d00ad7cf7
fetch=git -c core.longPaths=true -C tests checkout c5c0673adf7bb7706e5de091bee5aa3f1fc3a699

setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt

Expand Down
2 changes: 1 addition & 1 deletion registry/flutter_devtools_analysis.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
# NOTE: this commit hash should also match the hash in flutter_devtools.test.
# The analysis and testing for DevTools have been split into two different
# registry to speed up performance.
fetch=git -c core.longPaths=true -C tests checkout 7688d21e970eb1b7587d8aa51b2e211d00ad7cf7
fetch=git -c core.longPaths=true -C tests checkout c5c0673adf7bb7706e5de091bee5aa3f1fc3a699

# Mock generation required. Otherwise the test code will show analysis errors.
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt
Expand Down

0 comments on commit cafb3e3

Please sign in to comment.