From: Hilko Bengen Date: Wed, 28 Jun 2023 22:57:47 +0000 (+0200) Subject: Make tests verbose: dump log on test failure X-Git-Tag: archive/raspbian/1.52.3-1+rpi1^2^2^2^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0f0759133403f6b61a7711f7eeee00b6dd81a69;p=guestfs-tools.git Make tests verbose: dump log on test failure --- diff --git a/debian/rules b/debian/rules index db77d90..6d63227 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ ifneq "" "$(findstring $(DEB_HOST_ARCH),$(TEST_ARCHITECTURES))" export LIBGUESTFS_BACKEND_SETTINGS=force_tcg; \ fi; \ export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1; \ - $(MAKE) check + $(MAKE) check VERBOSE=1 endif override_dh_auto_install: