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 b807048b..55dc1e1a 100644 --- a/tests/extra/Makefile.am +++ b/tests/extra/Makefile.am @@ -57,7 +57,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 = \ |