Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Feb 21, 2019
1 parent 1e9c104 commit 0d72e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screenshots.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Future<void> emulator(String emulatorName, bool start,
if (envVars['CI'] == 'true') {
// for integration testing
final androidHome = envVars['ANDROID_HOME'];
// $ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader
// $ANDROID_HOME/emulator/emulator -avd test -no-audio -no-window -gpu swiftshader &
await utils.streamCmd(
'$androidHome/emulator/emulator',
[
Expand Down

0 comments on commit 0d72e90

Please sign in to comment.