1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/selftest/devel_env.sh

16 lines
448 B
Bash
Raw Normal View History

# 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
# Setup python path for lsp server
PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:$PYTHONPATH"
export PYTHONPATH