diff --git a/utils/running/run_all_tests/all_active_fedoras/testing_farm_in_parallel.sh b/utils/running/run_all_tests/all_active_fedoras/testing_farm_in_parallel.sh index 1888b8a..5d662e5 100755 --- a/utils/running/run_all_tests/all_active_fedoras/testing_farm_in_parallel.sh +++ b/utils/running/run_all_tests/all_active_fedoras/testing_farm_in_parallel.sh @@ -35,8 +35,7 @@ done # sequentially with a pause of several seconds among them. Those dispatches # and pauses happen in background while the user would be staring at a blank # sreen; to remove possible confusion, show what's happening by restrained -# used of 'set -x'. -howin the code with 'set -x'. Not great but at least some feedback... +# usage of 'set -x'. session=''; i=0; while true; do session="${script_name%.sh}-${i}" tmux has-session -t $session &>/dev/null || break