Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #2051

Closed (moved)
Open
Opened Oct 11, 2010 by Steven Murdoch@sjm217

Unit tests test_util_spawn_background_* fail when run from make distcheck

Currently the unit tests test_util_spawn_background_* assume that they are run from the Tor build directory (so as to find test-child). This is not the case when running make distcheck, so the test will fail. The path to test-child can be found through dirname(argv[0])/../test-child, but unit tests don't have access to argv[0]. Therefore one solution is to use autoconf to find the Tor build directory and base the path on this.

Originally reported by Sebastian Hahn.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#2051