diff options
| author | Michael Biebl <biebl@debian.org> | 2019-11-06 20:45:33 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-11-06 20:45:33 +0100 |
| commit | 9c642eac191ef0dce49855d8da0a9e9af18d5113 (patch) | |
| tree | 3d1c7574a02b28c68dd5f9a7288565c7ea4f0fe0 /tools | |
| parent | d0425f68f7ee83a1dc5a6ad3688627c1b472a58b (diff) | |
New upstream version 1.20.6 upstream/1.20.6
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/run-nm-test.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/run-nm-test.sh b/tools/run-nm-test.sh index 135310ac..140236dc 100755 --- a/tools/run-nm-test.sh +++ b/tools/run-nm-test.sh @@ -229,9 +229,9 @@ if [[ -n "$BUILDDIR" ]]; then fi if ! _is_true "$NMTST_USE_VALGRIND" 0; then - "${NMTST_DBUS_RUN_SESSION[@]}" \ + export NM_TEST_UNDER_VALGRIND=0 + exec "${NMTST_DBUS_RUN_SESSION[@]}" \ "$TEST" "$@" - exit $? fi if [[ -z "${NMTST_VALGRIND}" ]]; then @@ -250,6 +250,7 @@ LOGFILE="${TEST}.valgrind-log" export G_SLICE=always-malloc export G_DEBUG=gc-friendly +export NM_TEST_UNDER_VALGRIND=1 "${NMTST_DBUS_RUN_SESSION[@]}" \ "${NMTST_LIBTOOL[@]}" \ "$NMTST_VALGRIND" \ |