Skip to content

Commit

Permalink
Use new setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Nov 8, 2023
1 parent c2aff05 commit 266c175
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions registry/flutter_devtools.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
[email protected]

fetch=git clone https://github.com/flutter/devtools.git tests
fetch=git -C tests checkout ffcc1529ee01e28bcf0c4551d5174627af20c5da
fetch=git -C tests checkout 4a5253428e719e95d31443bf89153891c6f4b380

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

update=packages/devtools_app
update=packages/devtools_app_shared
update=packages/devtools_extensions
update=packages/devtools_shared
update=packages/devtools_test
update=tool

setup.linux=./tool/bin/devtools_tool generate-code --upgrade >> output.txt

test.linux=./tool/flutter_customer_tests/analyze.sh

Expand Down

0 comments on commit 266c175

Please sign in to comment.