Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 853
    • Issues 853
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 43
    • Merge requests 43
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !3115

ci: Don’t fail if testlog-unstable_tests.junit.xml doesn’t exist on MSVC

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Philip Withnall requested to merge pwithnall/glib:fix-msvc-test-postprocessing into main Dec 08, 2022
  • Overview 2
  • Commits 2
  • Pipelines 5
  • Changes 2

That file is created if running the unstable_tests suite succeeds. It can fail, though, leaving that log file nonexistent. There’s no point in failing the whole test run by bailing out if postprocessing the log file fails.

Occasionally postprocessing can fail with a FileNotFoundError.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-msvc-test-postprocessing