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

Selftests user's default results directory cleanup #5557

Merged
merged 2 commits into from
Dec 23, 2022

Commits on Dec 22, 2022

  1. selftests leave test results behind fix

    This will update selftests to not store temporary results in user's
    default results directory.
    
    Reference: avocado-framework#5554
    Signed-off-by: Jan Richter <[email protected]>
    richtja committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    2186174 View commit details
    Browse the repository at this point in the history
  2. selftests/check.py add check for cleanup result dir

    Let's ensure that the selftests/check.py doesn't leave test results
    behind in user's default results directory.
    
    Reference: avocado-framework#5554
    Signed-off-by: Jan Richter <[email protected]>
    richtja committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3eb2673 View commit details
    Browse the repository at this point in the history