mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 20:40:21 +01:00
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.
This commit is contained in:
parent
5424e3a063
commit
c94dac0b5d
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ if [ "$NMTST_LAUNCH_DBUS" == "yes" ]; then
|
|||
fi
|
||||
|
||||
if [ "$NMTST_NO_VALGRIND" != "" ]; then
|
||||
"${NMTST_DBUS_RUN_SESSION[@]}" \
|
||||
"$TEST" "$@"
|
||||
exit $?
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue