Skip to content

Commit 466c2c5

Browse files
fix: emulator start for CI
1 parent 7096b2f commit 466c2c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.maestro/scripts/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ case "$PLATFORM" in
5858
*) echo "Error: --platform must be ios or android" >&2; exit 1 ;;
5959
esac
6060

61-
DEVICE_ID=$("$SETUP" | tee /dev/tty | grep "^DEVICE_ID=" | cut -d= -f2)
61+
DEVICE_ID=$("$SETUP" | tee /dev/stderr | grep "^DEVICE_ID=" | cut -d= -f2)
6262

6363
app_installed() {
6464
if [ "$PLATFORM" = ios ]; then

0 commit comments

Comments
 (0)