We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9976240 commit 7f3be7eCopy full SHA for 7f3be7e
mac/run.sh
@@ -30,6 +30,7 @@ TSTACK=$3 # Tech Stack from env (for silent mode)
30
log_section "🧭 Setup Summary – BrowserStack NOW"
31
log_info "Timestamp: $(date '+%Y-%m-%d %H:%M:%S')"
32
33
+detect_os
34
35
log_file=""
36
if [[ "$RUN_MODE" == *"--silent"* || "$RUN_MODE" == *"--debug"* ]]; then
@@ -68,7 +69,6 @@ log_msg_to "Checking proxy in environment"
68
69
set_proxy_in_env
70
71
log_section "🧹 Getting Ready"
-detect_os
72
log_info "Detected Operating system: $NOW_OS"
73
log_info "Clearing old logs fron NOW Home Directory inside .browserstack"
74
0 commit comments