Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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 dc1d7ad27e8e0a94fad4d8e0ba3f5aaebd06f68d
fetch=git -c core.longPaths=true -C tests checkout adce730d2817b70849d76d0257996a8cb273dd5d

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 dc1d7ad27e8e0a94fad4d8e0ba3f5aaebd06f68d
fetch=git -c core.longPaths=true -C tests checkout adce730d2817b70849d76d0257996a8cb273dd5d

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