Skip to content

Commit 8693cf8

Browse files
Reinstate chmod for the downloaded emulator binary
1 parent 375c466 commit 8693cf8

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
@@ -32,6 +32,6 @@ echo "Downloading emulator from ${EMULATOR_URL}"
3232

3333
curl -o "${EMULATOR_FILENAME}" "${EMULATOR_URL}"
3434

35-
#chmod 755 "${EMULATOR_FILENAME}"
35+
chmod 755 "${EMULATOR_FILENAME}"
3636

3737
./${EMULATOR_FILENAME} --logtostderr dev --listen="127.0.0.1:3628"

0 commit comments

Comments
 (0)