diff options
-rw-r--r-- | tests/extra/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am index a4f4bb7f..2085cc80 100644 --- a/tests/extra/Makefile.am +++ b/tests/extra/Makefile.am @@ -54,7 +54,8 @@ VG = valgrind \ --log-file=$(abs_builddir)/valgrind.log \ --leak-check=full \ --error-exitcode=119 \ - --suppressions=$(abs_srcdir)/suppressions + --suppressions=$(abs_srcdir)/suppressions \ + --vgdb=no RUN_VG = $(abs_top_builddir)/run $(VG) export LIBVIRT_DEFAULT_URI = \ |