Skip to content

Commit 630cbfb

Browse files
committed
bail on split not found
1 parent 276cfe8 commit 630cbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def reportable(platform_to_test=None):
299299
)
300300
if not expected_suites:
301301
logging.warning("This split is empty, not running or reporting.")
302+
return False
302303

303304
uncovered_suites = list(set(expected_suites) - set(covered_suites))
304305
if len(uncovered_suites):

0 commit comments

Comments
 (0)