Skip to content

Commit 5e93562

Browse files
authored
Stop chatty test output
1 parent e1248ae commit 5e93562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/emulator-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function launchEmulator(apiLevel, target, arch, profile, cores, ramSize, heapSiz
7373
}
7474
// start emulator
7575
console.log('Starting emulator.');
76-
yield exec.exec(`sh -c \\"${process.env.ANDROID_HOME}/emulator/emulator -avd "${avdName}" ${emulatorOptions} &"`, [], {
76+
yield exec.exec(`sh -c \\"${process.env.ANDROID_HOME}/emulator/emulator -avd "${avdName}" ${emulatorOptions} >/dev/null &"`, [], {
7777
listeners: {
7878
stderr: (data) => {
7979
if (data.toString().includes('invalid command-line parameter')) {

0 commit comments

Comments
 (0)