Skip to content
Merged
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
2 changes: 1 addition & 1 deletion mac/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ TSTACK=$3 # Tech Stack from env (for silent mode)
log_section "🧭 Setup Summary – BrowserStack NOW"
log_info "Timestamp: $(date '+%Y-%m-%d %H:%M:%S')"

detect_os

log_file=""
if [[ "$RUN_MODE" == *"--silent"* || "$RUN_MODE" == *"--debug"* ]]; then
Expand Down Expand Up @@ -68,7 +69,6 @@ log_msg_to "Checking proxy in environment"
set_proxy_in_env

log_section "🧹 Getting Ready"
detect_os
log_info "Detected Operating system: $NOW_OS"
log_info "Clearing old logs fron NOW Home Directory inside .browserstack"

Expand Down
Loading