Skip to content

Commit

Permalink
dev/cli_tests: pass --no-open-devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 13, 2023
1 parent 177e25f commit ade415f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dev/cli_tests/patrol_develop_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ void main(List<String> args) async {
[
'develop',
...['--target', 'integration_test/example_test.dart'],
...['--no-open-devtools'],
...args,
],
runInShell: true,
Expand Down
6 changes: 3 additions & 3 deletions dev/cli_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: cli_tests
description: Scripts to test patrol_cli.

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: '>=3.2.0-0 <4.0.0'

dependencies:
path: ^1.8.0
path: ^1.8.3

dev_dependencies:
leancode_lint: ^3.0.0
leancode_lint: ^7.0.0+1

0 comments on commit ade415f

Please sign in to comment.