CVE-2020-25718 s4-rpc_server: Put RODC reveal/never reveal logic into a single helper...
[Samba.git] / selftest / devel_env.sh
blob1409d30c92bdacb3a128c11c33f1fdef366c9220
1 # This file can be sourced using
3 # source selftest/devel_env.sh
5 # So that you can run 'make test' on your box with better
6 # debugging and without syncs slowing down the tests.
8 export TDB_NO_FSYNC=1
9 export NMBD_DONT_LOG_STDOUT=1
10 export SMBD_DONT_LOG_STDOUT=1
11 export WINBINDD_DONT_LOG_STDOUT=1
13 # Setup python path for lsp server
14 PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:$PYTHONPATH"
15 export PYTHONPATH