mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r9583: ensure that Samba was with with --enable-socket-wrapper for running 'make test'
(This used to be commit 019155e748d9e04150bae39676362b794c1b6043)
This commit is contained in:
parent
c3d30670d4
commit
e2a5b7da6a
@ -44,6 +44,19 @@ export PRIVATEDIR LIBDIR PIDDIR LOCKDIR TMPDIR LOGDIR
|
||||
export SRCDIR SCRIPTDIR
|
||||
export USERNAME PASSWORD
|
||||
|
||||
|
||||
##
|
||||
## verify that we were built with --enable-socket-wrapper
|
||||
##
|
||||
|
||||
if test "x`smbd -b | grep SOCKET_WRAPPER`" == "x"; then
|
||||
echo "***"
|
||||
echo "*** You must include --enable-socket-wrapper when compiling Samba"
|
||||
echo "*** in order to execute 'make test'. Exiting...."
|
||||
echo "***"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
##
|
||||
## create the test directory layout
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user