Skip to content

Commit de0d60a

Browse files
authored
Merge pull request #11 from BrowserStackCE/cleanup
Cleanup
2 parents 62ea28f + 326dc95 commit de0d60a

File tree

4 files changed

+4
-33
lines changed

4 files changed

+4
-33
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.venv
2+
env
3+

mac/common-utils.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ upload_custom_app() {
178178

179179
export APP_PLATFORM="$app_platform"
180180
log_msg_to "Exported APP_PLATFORM=$APP_PLATFORM"
181-
return 0
182181
}
183182

184183
# ===== Dynamic config generators =====

mac/detect-os.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

mac/device-machine-allocation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pick_terminal_devices() {
7777
# Check for valid input
7878
# ---------------------------
7979
if [[ -z "$platformName" || -z "$count" ]]; then
80-
log_msg_to "Platform name for parallel count is invalid: $0 $platformName $count"
80+
log_msg_to "Platform name for parallel count is invalid: $platformName $count"
8181
return 1
8282
fi
8383

0 commit comments

Comments
 (0)