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

Commit e4574f0

Browse files
author
jonahwilliams
committed
make enable impeller true or false.
1 parent 3c25c81 commit e4574f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/scenario_app/bin/run_android_tests.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,9 @@ Future<void> _run({
417417
if (smokeTestFullPath != null)
418418
'-e class $smokeTestFullPath',
419419
if (enableImpeller)
420-
'-e enable-impeller true',
420+
'-e enable-impeller true'
421+
else
422+
'-e enable-impeller false',
421423
if (impellerBackend != null)
422424
'-e impeller-backend ${impellerBackend.name}',
423425
if (forceSurfaceProducerSurfaceTexture)

0 commit comments

Comments
 (0)