Skip to content

Commit 0d72e90

Browse files
committed
Cleanup
1 parent 1e9c104 commit 0d72e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screenshots.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Future<void> emulator(String emulatorName, bool start,
124124
if (envVars['CI'] == 'true') {
125125
// for integration testing
126126
final androidHome = envVars['ANDROID_HOME'];
127-
// $ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader
127+
// $ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader &
128128
await utils.streamCmd(
129129
'$androidHome/emulator/emulator',
130130
[

0 commit comments

Comments
 (0)