mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 14:50:07 +01:00
run-nm-test: Just use exec instead of running and exiting
This commit is contained in:
parent
073eda68fc
commit
6a58c55ca4
1 changed files with 1 additions and 2 deletions
|
|
@ -231,8 +231,7 @@ fi
|
|||
if ! _is_true "$NMTST_USE_VALGRIND" 0; then
|
||||
export NM_TEST_UNDER_VALGRIND=0
|
||||
"${NMTST_DBUS_RUN_SESSION[@]}" \
|
||||
"$TEST" "$@"
|
||||
exit $?
|
||||
exec "$TEST" "$@"
|
||||
fi
|
||||
|
||||
if [[ -z "${NMTST_VALGRIND}" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue