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 854
    • Issues 854
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • 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
  • !3220

gtestutils: Add --no-tap option not to use TAP output

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Marco Trevisan requested to merge 3v1n0/glib:gtest-add-no-tap-option into main Jan 20, 2023
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

TAP output is now the default in main glib (a part for some sub-projects output), however this implies changing the behavior of various glib core parts including print handlers and log handlers, and to react differently to some errors.

Some projects using GLib without a TAP parser may not want to use this so, add an option to disable tap from command line.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gtest-add-no-tap-option