Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tobiko] Fix extraction of log dir name #153

Commits on Mar 12, 2024

  1. [Tobiko] Fix extraction of log dir name

    Currently we look for the logs based on the name of testenv but we do
    not take into account the fact that the testenv can have the following
    format:
    
    'functional -- tobiko/tests/functional/podified/test_topology.py'
    
    This patch ensures that we take only the first part of the testenv name
    ('functional') into account when copying the logs.
    lpiwowar committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b681784 View commit details
    Browse the repository at this point in the history