#!/bin/bash # Get all the variables. PROCESSES=$1 TRANCHES=$2 TEST_FLAGS=$3 ITEST_FLAGS=$4 # Create a variable to hold the final exit code. exit_code=0 # Run commands using xargs in parallel and capture their PIDs pids=() for ((i=0; i