diff --git a/selftests/check.py b/selftests/check.py index 0313da8468..e345ec7f9b 100755 --- a/selftests/check.py +++ b/selftests/check.py @@ -864,9 +864,10 @@ def main(args): # pylint: disable=W0621 f" it has {suite.size}." ) print( - "If you made some changes into selftests please update `TEST_SIZE`" - " variable in `check.py`. If you haven't done any changes to" - " selftests this behavior is an ERROR, and it needs to be fixed." + f"If you made some changes into selftests please update the " + f"value for the `{suite.name}` key in the `TEST_SIZE` " + f"dictionary in `check.py`. If you haven't done any changes to " + f"selftests this behavior is an ERROR, and it needs to be fixed." ) # tmp dirs clean up check