projects
/
guestfs-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a793e4c
)
Make tests verbose: dump log on test failure
author
Hilko Bengen
<bengen@debian.org>
Wed, 28 Jun 2023 22:57:47 +0000
(
00:57
+0200)
committer
Hilko Bengen
<bengen@debian.org>
Wed, 28 Jun 2023 22:57:47 +0000
(
00:57
+0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index db77d90de44744892421d3ab1398d96773c8bdd3..6d632279af510d6372d57744ab2e1539f3bde8cb 100755
(executable)
--- 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: