[lttng-dev] [PATCH lttng-tools] Test: prevent the spawning of a daemonized sessiond
Jonathan Rajotte
jonathan.rajotte-julien at efficios.com
Tue Mar 8 22:11:58 UTC 2016
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
---
tests/utils/utils.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh
index da23f7a..1067438 100644
--- a/tests/utils/utils.sh
+++ b/tests/utils/utils.sh
@@ -32,6 +32,7 @@ KERNEL_PATCHLEVEL_VERSION=27
# basic tests don't have to worry about hitting timeouts on busy
# systems. Specialized tests should test those corner-cases.
export LTTNG_UST_REGISTER_TIMEOUT=-1
+export LTTNG_SESSIOND_PATH="/bin/true"
source $TESTDIR/utils/tap/tap.sh
--
2.7.0
More information about the lttng-dev
mailing list