Actually run tests by default (fix DEB_BUILD_OPTIONS nocheck test)
authorRob Browning <rlb@defaultvalue.org>
Sat, 22 Jul 2017 16:10:14 +0000 (11:10 -0500)
committerRob 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

index 8223ed1e7b4c82df8eb355e67240c6d6b3d4ded0..fb4418971bc553f78826a5d26f13610a6a10a270 100755 (executable)
@@ -367,7 +367,7 @@ override_dh_auto_build: debian/stamp-configured
        $(call build_cmd,debian/build-lucid)
 
 override_dh_auto_test:
-  ifneq (,$(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