Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.venv
env

1 change: 0 additions & 1 deletion mac/common-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ upload_custom_app() {

export APP_PLATFORM="$app_platform"
log_msg_to "Exported APP_PLATFORM=$APP_PLATFORM"
return 0
}

# ===== Dynamic config generators =====
Expand Down
31 changes: 0 additions & 31 deletions mac/detect-os.sh

This file was deleted.

2 changes: 1 addition & 1 deletion mac/device-machine-allocation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pick_terminal_devices() {
# Check for valid input
# ---------------------------
if [[ -z "$platformName" || -z "$count" ]]; then
log_msg_to "Platform name for parallel count is invalid: $0 $platformName $count"
log_msg_to "Platform name for parallel count is invalid: $platformName $count"
return 1
fi

Expand Down
Loading