Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
0b1ad3fc
Commit
0b1ad3fc
authored
Mar 19, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Mar 26, 2021
Browse files
Allow libtool path to be hinted
parent
adb16cbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/defines.sh
View file @
0b1ad3fc
...
...
@@ -192,6 +192,7 @@ SLURPLOG=$TESTDIR/slurp.log
CONFIGPWF
=
$TESTDIR
/configpw
LIBTOOL
=
"
${
LIBTOOL
-
$TESTWD
/../libtool
}
"
# wrappers (valgrind, gdb, environment variables, etc.)
if
[
-n
"
$WRAPPER
"
]
;
then
:
# skip
...
...
@@ -206,7 +207,7 @@ elif [ "$SLAPD_COMMON_WRAPPER" = vgdb ]; then
fi
if
[
-n
"
$WRAPPER
"
]
;
then
SLAPD_WRAPPER
=
"
$
TESTWD
/../libtool
--mode=execute env
$WRAPPER
"
SLAPD_WRAPPER
=
"
$
LIBTOOL
--mode=execute env
$WRAPPER
"
fi
# args
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment