summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-test-valgrind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-test-valgrind.sh b/tools/run-test-valgrind.sh
index d3dd915b..634ca2c4 100755
--- a/tools/run-test-valgrind.sh
+++ b/tools/run-test-valgrind.sh
@@ -91,6 +91,7 @@ if [ "$NMTST_LAUNCH_DBUS" == "yes" ]; then
 fi
 
 if [ "$NMTST_NO_VALGRIND" != "" ]; then
+	"${NMTST_DBUS_RUN_SESSION[@]}" \
 	"$TEST" "$@"
 	exit $?
 fi