File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ view_agent_logs() {
237237stop_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
407405main () {
408- set -x
409406 # Handle --view-logs flag
410407 if [ " $VIEW_LOGS " = true ]; then
411408 if [[ -n " $SINGLE_TUTORIAL " ]]; then
You can’t perform that action at this time.
0 commit comments