Commit 30154f0
chore: modernise tool/run_tests.sh to use dart CLI
Replace deprecated 'pub run test' with 'dart test', and align the
script with the CI workflow by also running:
- dart pub get
- dart format --output=none --set-exit-if-changed .
- dart analyze --fatal-infos
Also fix the misleading echo message and add per-step progress output,
and add quotes around the DIR path expansion.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0e72c4e commit 30154f0
1 file changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments