summaryrefslogtreecommitdiffstats
path: root/selftest/devel_env.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--selftest/devel_env.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/selftest/devel_env.sh b/selftest/devel_env.sh
new file mode 100644
index 0000000..bbb99e0
--- /dev/null
+++ b/selftest/devel_env.sh
@@ -0,0 +1,12 @@
+# 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