Skip to content

Commit

Permalink
Merge branch 'master' into dev-kmr
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister authored Mar 6, 2024
2 parents 1c6c15e + 064bbe0 commit 55fa9e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions endpoints/remotehost/remotehost
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,11 @@ set_ssh_id
base_req_check
# Remotehost tool collection only needs first engine to determine profiler engines
first_engine=`echo ${clients[@]} ${servers[@]} ${profilers[@]} | awk '{print $1}'`
if [ -z "$first_engine" ]; then
# If empty, that can mean only one thing: this remotehost
# has no clients and servers and used profiler:n
first_engine="profiler"
fi
add_profiler_engines "$first_engine" novar
launch_osruntimes
process_roadblocks remotehost $new_followers

0 comments on commit 55fa9e1

Please sign in to comment.