mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
ITS#5529 test requires threads
This commit is contained in:
parent
b13d108686
commit
51c2ef2379
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ if test $MONITORDB = no; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if test $THREADS = threadsno ; then
|
||||
echo "Need threads support, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $DBDIR3
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue