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

Fix empty xunit file on error. #118

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2023

  1. Fix empty xunit file on error.

    Issue was that os.Exit(1) was used on error, which bypasses all
    defer function.
    
    Fix consistently use the already existing global testSuite and write
    the xunit file explicitly in the end of the main function, before
    possible os.Exit() calls.
    mjonss committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3a286aa View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    1d8edfb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    03bb96f View commit details
    Browse the repository at this point in the history