Skip to content

Commit 5e07c13

Browse files
committed
Update run_agent_test.sh
1 parent 3f443be commit 5e07c13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/tutorials/run_agent_test.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ 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}"
241240
local pidfile="/tmp/agentex-${name}.pid"
242241
local logfile="/tmp/agentex-${name}.log"
243242

@@ -334,9 +333,9 @@ execute_tutorial_test() {
334333
local tutorial=$1
335334

336335
echo ""
337-
echo "--------------------------------------------------------------------------------"
336+
echo "================================================================================"
338337
echo "Testing: $tutorial"
339-
echo "--------------------------------------------------------------------------------"
338+
echo "================================================================================"
340339

341340
# Start the agent
342341
if ! start_agent "$tutorial"; then
@@ -358,7 +357,6 @@ execute_tutorial_test() {
358357
FAILED_TESTS+=("$tutorial")
359358
fi
360359

361-
echo -e "${YELLOW}calling stop_agent${NC}"
362360
# Stop the agent
363361
stop_agent "$tutorial"
364362

@@ -405,7 +403,6 @@ check_built_wheel() {
405403

406404
# Main execution function
407405
main() {
408-
set -x
409406
# Handle --view-logs flag
410407
if [ "$VIEW_LOGS" = true ]; then
411408
if [[ -n "$SINGLE_TUTORIAL" ]]; then

0 commit comments

Comments
 (0)