Skip to content

Commit

Permalink
Simplify template instructions using handy new script features (#367)
Browse files Browse the repository at this point in the history
After #365, this can be a lot simpler, in the same way as the instruction in the README.
  • Loading branch information
gnprice committed Aug 13, 2024
1 parent 59a5aa6 commit 12980e0
Showing 1 changed file with 3 additions and 4 deletions.
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

0 comments on commit 12980e0

Please sign in to comment.