We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaad83 commit c401489Copy full SHA for c401489
1 file changed
examples/tutorials/run_agent_test.sh
@@ -237,6 +237,7 @@ view_agent_logs() {
237
stop_agent() {
238
local tutorial_path=$1
239
local name=$(basename "$tutorial_path")
240
+ echo -e "${YELLOW}stop_agent called with name: $name${NC}"
241
local pidfile="/tmp/agentex-${name}.pid"
242
local logfile="/tmp/agentex-${name}.log"
243
@@ -357,6 +358,7 @@ execute_tutorial_test() {
357
358
FAILED_TESTS+=("$tutorial")
359
fi
360
361
+ echo -e "${YELLOW}calling stop_agent${NC}"
362
# Stop the agent
363
stop_agent "$tutorial"
364
0 commit comments