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 ra-test execution of svnserve in some build environments. #25

Closed
wants to merge 2 commits into from

Conversation

notroj
Copy link
Contributor

@notroj notroj commented Dec 13, 2024

Fix ra-test execution of svnserve in some build environments.

* subversion/tests/libsvn_ra/ra-test.c
  (open_tunnel): Execute the wrapper with APR_PROGRAM_ENV rather than
  APR_PROGRAM, so the build environment is inherited. The "svnserve"
  executed here may be a libtool wrapper script which can in some cases
  depend on the build environment to execute correctly.

* subversion/tests/libsvn_ra/ra-test.c
  (open_tunnel): Execute the wrapper with APR_PROGRAM_ENV rather than
  APR_PROGRAM, so the build environment is inherited. The "svnserve"
  executed here may be a libtool wrapper script which can in some cases
  depend on the build environment to execute correctly.
@MarsrockEarth
Copy link

MarsrockEarth commented Dec 13, 2024 via email

* .github/workflows/cmake.yml,
  .github/workflows/autoconf.yml:
  Enable workflows for pull requests.
@asfgit asfgit closed this in 26163d7 Jan 8, 2025
@notroj notroj deleted the fix-ra-test-svnserve branch January 8, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants