projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5b0af
)
Actually run tests by default (fix DEB_BUILD_OPTIONS nocheck test)
author
Rob Browning
<rlb@defaultvalue.org>
Sat, 22 Jul 2017 16:10:14 +0000
(11:10 -0500)
committer
Rob Browning
<rlb@defaultvalue.org>
Sat, 22 Jul 2017 16:10:54 +0000
(11:10 -0500)
Fix the inverted logic.
Thanks to John Paul Adrian Glaubitz for reporting the problem.
Closes: 869328
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 8223ed1e7b4c82df8eb355e67240c6d6b3d4ded0..fb4418971bc553f78826a5d26f13610a6a10a270 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-367,7
+367,7
@@
override_dh_auto_build: debian/stamp-configured
$(call build_cmd,debian/build-lucid)
override_dh_auto_test:
- if
n
eq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) -C debian/build-lucid check
$(MAKE) -C debian/build-nox check
$(MAKE) -C debian/build-x check