liamzwbao commented on code in PR #1172:
URL: https://github.com/apache/polaris/pull/1172#discussion_r1996310305
##########
regtests/run.sh:
##########
@@ -101,6 +101,7 @@ for TEST_FILE in ${TEST_LIST}; do
NUM_FAILURES=$(( NUM_FAILURES + 1 ))
else
loggreen "Test SUCCEEDED: ${TEST_FILE}"
+ NUM_SUCCESSES=$(( NUM_SUCCESSES + 1 ))
Review Comment:
Right, it's not related to the move. But I noticed the script missed
counting the success case. I can use another PR to fix it if needed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]