Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • David Goulet
  • Tor
  • Repository
Switch branch/tag
  • tor
  • src
  • test
  • testing_common.c
Find file BlameHistoryPermalink
  • Nick Mathewson's avatar
    Add a TOR_SKIP_TESTCASES environment variable for suppressing tests. · 6bafe97b
    Nick Mathewson authored Mar 19, 2020
    For example, "TOR_SKIP_TESTCASES=crypto/.. ./src/test/test" will run
    the tests and suppress all the "crypto/" tests.  You could get the
    same effect by running "./src/test/test :crypto/..", but that can be
    harder to arrange from CI.
    
    Part of a fix/workaround for 33643.
    6bafe97b