Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Jun 20, 2024
1 parent c93c971 commit b23ccc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/patrol_cli/lib/src/ios/ios_test_backend.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class IOSTestBackend {
options.buildForTestingInvocation(),
runInShell: true,
workingDirectory: _fs.currentDirectory.childDirectory('ios').path,
environment: Map.castFrom(options.flutter.dartDefineFromFile),
)
..disposedBy(scope);
process.listenStdOut((l) => _logger.detail('\t$l')).disposedBy(scope);
Expand Down Expand Up @@ -175,7 +174,6 @@ class IOSTestBackend {
..._platform.environment,
'TEST_RUNNER_PATROL_TEST_PORT': options.testServerPort.toString(),
'TEST_RUNNER_PATROL_APP_PORT': options.appServerPort.toString(),
...Map.castFrom(options.flutter.dartDefineFromFile),
},
workingDirectory: _fs.currentDirectory.childDirectory('ios').path,
)
Expand Down
2 changes: 0 additions & 2 deletions packages/patrol_cli/test/crossplatform/app_options_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ void main() {
'--suppress-analytics',
...['--config-only', '--no-codesign', '--debug', '--simulator'],
...['--target', 'integration_test/app_test.dart'],
...['--dart-define-from-file', ''],
]),
);

Expand Down Expand Up @@ -267,7 +266,6 @@ void main() {
...['--dart-define', '[email protected]'],
...['--dart-define', 'PASSWORD=ny4ncat'],
...['--dart-define', 'foo=bar'],
...['--dart-define-from-file', ''],
]),
);

Expand Down

0 comments on commit b23ccc0

Please sign in to comment.