Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1415747

Browse files
committed
++
1 parent accbf55 commit 1415747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/scenario_app/bin/android_integration_tests.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void main(List<String> args) async {
4444
if (results.wasParsed('smoke-test') && smokeTest!.isEmpty) {
4545
smokeTest = 'dev.flutter.scenarios.EngineLaunchE2ETest';
4646
}
47-
await _run(outDir: outDir, adb: adb, smokeTest: smokeTest);
47+
await _run(outDir: outDir, adb: adb, smokeTestFullPath: smokeTest);
4848
exit(0);
4949
},
5050
(Object error, StackTrace stackTrace) {
@@ -214,7 +214,7 @@ Future<void> _run({
214214
'instrument',
215215
'-w',
216216
if (smokeTestFullPath != null)
217-
'-e class ${smokeTestFullPath}',
217+
'-e class $smokeTestFullPath',
218218
'dev.flutter.scenarios.test/dev.flutter.TestRunner',
219219
]);
220220
if (exitCode != 0) {

0 commit comments

Comments
 (0)