Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions e2e-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ DISPLAY=$LOCAL_ADDRESS:0

case "$OS" in
Linux*)
LOCAL_ADDRESS=localhost
NETWORK_MODE=host
DISPLAY=$DISPLAY
if [ x"$LOCAL_ADDRESS" = "x" ]; then
LOCAL_ADDRESS=localhost
fi
if [ x"$NETWORK_MODE" = "x" ]; then
NETWORK_MODE=host
fi
;;
MINGW*)
CWD=$(cygpath -w $CWD)
Expand Down
Loading