Skip to content

Commit

Permalink
Update flutter_devtools.test (#315)
Browse files Browse the repository at this point in the history
This updates the DevTools to the current latest hash from
https://github.com/flutter/devtools/commits/master.

It includes flutter/devtools#6824 which relands
some changes to help users always use DevTools pinned version of
Flutter, but now in a way that allows this script to still use its own
(head) version of Flutter.
  • Loading branch information
DanTup authored Nov 30, 2023
1 parent 1438b9a commit 99e4c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/flutter_devtools.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[email protected]

fetch=git clone https://github.com/flutter/devtools.git tests
fetch=git -C tests checkout 79cde662349a2c92a24c79ab3983a05569d4b436
fetch=git -C tests checkout 3e7a39eb2576fe7029a8475f35c9af82641adddf

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

Expand Down

0 comments on commit 99e4c36

Please sign in to comment.