Skip to content

Commit c401489

Browse files
committed
Update run_agent_test.sh
1 parent 4eaad83 commit c401489

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/tutorials/run_agent_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ view_agent_logs() {
237237
stop_agent() {
238238
local tutorial_path=$1
239239
local name=$(basename "$tutorial_path")
240+
echo -e "${YELLOW}stop_agent called with name: $name${NC}"
240241
local pidfile="/tmp/agentex-${name}.pid"
241242
local logfile="/tmp/agentex-${name}.log"
242243

@@ -357,6 +358,7 @@ execute_tutorial_test() {
357358
FAILED_TESTS+=("$tutorial")
358359
fi
359360

361+
echo -e "${YELLOW}calling stop_agent${NC}"
360362
# Stop the agent
361363
stop_agent "$tutorial"
362364

0 commit comments

Comments
 (0)