projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221226d
)
tests/cts/runtests-wrapper: make curl_source_directory configurable
author
Roland Rosenfeld
<roland@debian.org>
Fri, 17 Jan 2025 19:29:53 +0000
(20:29 +0100)
committer
Roland Rosenfeld
<roland@debian.org>
Fri, 17 Jan 2025 19:29:53 +0000
(20:29 +0100)
by setting CURL_SOURCE_DIRECTORY environment variable.
tests/cts/runtests-wrapper.sh
patch
|
blob
|
history
diff --git
a/tests/cts/runtests-wrapper.sh
b/tests/cts/runtests-wrapper.sh
index
e56a408
..
851175f
100755
(executable)
--- a/
tests/cts/runtests-wrapper.sh
+++ b/
tests/cts/runtests-wrapper.sh
@@
-52,7
+52,7
@@
runtests_wrapper() {
test_dir="$(realpath "${directory_name}")"
privoxy_source_directory="$(realpath "${test_dir}"/../..)"
privoxy_lib="${privoxy_source_directory}/tests/cts/privoxy-runtests.pm"
- curl_source_directory=
"$(realpath "${privoxy_source_directory}"/../curl)"
+ curl_source_directory=
${CURL_SOURCE_DIRECTORY:-"$(realpath "${privoxy_source_directory}"/../curl)"}
curl_setup_is_sane "${curl_source_directory}" || exit 1