MonkeyCanCode commented on code in PR #988:
URL: https://github.com/apache/polaris/pull/988#discussion_r1951965131


##########
regtests/run.sh:
##########
@@ -52,7 +52,7 @@ cd ${REGTEST_HOME}
 
 if [ -z "${1}" ]; then
   loginfo 'Running all tests'
-  TEST_LIST="$(find t_* -wholename '*t_*/src/*')"
+  TEST_LIST="client/python/test $(find t_* -wholename '*t_*/src/*')"

Review Comment:
   Yes, earlier I noticed it was running same test over and over due to the 
invalid refs thus read the whole dir and repeat in the next loop.



-- 
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]

Reply via email to