From e1cf780b97b0ea608c29183a8c9f69efdbfcee82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 20 Jun 2024 11:26:04 +0200 Subject: [PATCH] Fix a comment --- .../all_active_fedoras/testing_farm_in_parallel.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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