mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
c7a3b25629
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipen@redhat.com>
13 lines
337 B
Bash
13 lines
337 B
Bash
# This file can be sourced using
|
|
#
|
|
# source selftest/devel_env.sh
|
|
#
|
|
# So that you can run 'make test' on your box with better
|
|
# debugging and without syncs slowing down the tests.
|
|
#
|
|
export TDB_NO_FSYNC=1
|
|
export NMBD_DONT_LOG_STDOUT=1
|
|
export SMBD_DONT_LOG_STDOUT=1
|
|
export WINBINDD_DONT_LOG_STDOUT=1
|
|
export SAMBA_DCERPCD_DONT_LOG_STDOUT=1
|