potiuk commented on code in PR #48099:
URL: https://github.com/apache/airflow/pull/48099#discussion_r2008811097


##########
dev/breeze/src/airflow_breeze/commands/testing_commands.py:
##########
@@ -154,7 +154,7 @@ def docker_compose_tests(
     sys.exit(return_code)
 
 
-TEST_PROGRESS_REGEXP = 
r"tests/.*|providers/.*/tests/.*|task-sdk/tests/.*|.*=====.*"
+TEST_PROGRESS_REGEXP = 
r"tests/.*|providers/.*/tests/.*|task-sdk/tests/.*|airflow-ctl/tests/.*|.*=====.*"

Review Comment:
   ```suggestion
   TEST_PROGRESS_REGEXP = 
r"tests/.*|providers/.*/tests/.*|task-sdk/tests/.*|airflow-ctl/tests/.*|.*=====.*"
   ```
   
   Ach .. I noticed one missed change in my move - here and below. I will fix 
it separately :)
   



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