From c94dac0b5d9d77ef7d60d18eb835a0dd7bba4f42 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 15 Oct 2016 15:22:01 +0200 Subject: [PATCH] tools: fix starting tests with D-Bus session with NMTST_NO_VALGRIND=1 When running NMTST_NO_VALGRIND=1 make check -j we would not start separate D-Bus sessions, thus running tests with valgrind enabled failed. --- tools/run-test-valgrind.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run-test-valgrind.sh b/tools/run-test-valgrind.sh index d3dd915bf..634ca2c4e 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