Skip to content

Commit

Permalink
Merge "Fix a typo in autotest log output"
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnKeeneyEST authored and Gerrit Code Review committed May 27, 2024
2 parents c83f5de + 955d9e8 commit e0dde5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/testcase_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ __check_service_start() {
#If response is too long, truncate
result="...response text too long, omitted"
fi
echo -ne " Waiting for {ENTITY} $BOLD${appname}$EBOLD service status on ${3}, result: $result${SAMELINE}"
echo -ne " Waiting for ${ENTITY} $BOLD${appname}$EBOLD service status on ${url}, result: $result${SAMELINE}"
echo -ne " The ${ENTITY} $BOLD${appname}$EBOLD$GREEN is alive$EGREEN, responds to service status:$GREEN $result $EGREEN on ${url} after $(($SECONDS-$TSTART)) seconds"
a1pmsst=true
break
Expand Down

0 comments on commit e0dde5a

Please sign in to comment.