Skip to content

Commit d4263e9

Browse files
Start emulator binary in background
1 parent 8693cf8 commit d4263e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Integration/Emulator/start-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ curl -o "${EMULATOR_FILENAME}" "${EMULATOR_URL}"
3434

3535
chmod 755 "${EMULATOR_FILENAME}"
3636

37-
./${EMULATOR_FILENAME} --logtostderr dev --listen="127.0.0.1:3628"
37+
./${EMULATOR_FILENAME} --logtostderr dev --listen="127.0.0.1:3628" &

0 commit comments

Comments
 (0)