Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify template instructions using handy new script features #367

Merged
merged 1 commit into from
Aug 13, 2024
Merged
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
7 changes: 3 additions & 4 deletions registry/template.test
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,11 @@ test=dart dev/extra_tests.dart
test.windows=scripts\mytest.bat
test.posix=scripts/mytest.sh

# To test your tests, check out the flutter/flutter repository and
# then, from the root of that repository, run:
# To test your tests, run:
#
# bin/flutter; cd dev/customer_testing; pub get; time ../../bin/cache/dart-sdk/bin/dart run_tests.dart --repeat=100 <path>
# scripts/verify_tests_on_main.sh --local-flutter --repeat 100 registry/NAME.test
#
# ...where <path> is the path to this file.
# ...where registry/NAME.test is this file.
#
# This should run with no output, without failing, and should in total
# take less than 15 minutes (a hundred runs of your tests taking just
Expand Down