Commit 955417c
authored
NO-ISSUE: Renable xtrace for agent/06_agent_create_cluster.sh (#1771)
xtrace was inadvertently disabled in
#1745
This patch moves the getRendezvousIP function out of
e2e/agent-tui/utils.sh and into common.sh.
e2e/agent-tui/utils.sh contains "set +x" which disables xtrace.
06_agent_create_cluster.sh no longer sources e2e/agent-tui/util.sh
so that it doesn't inherit the "set +x" call.1 parent d706859 commit 955417c
3 files changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
0 commit comments