Bug#878610: gjs: tests are not run
Adrian Bunk
bunk at debian.org
Sat Oct 14 23:26:53 UTC 2017
Source: gjs
Version: 1.50.1-2
Severity: important
Tags: patch
dh_auto_test seems to prefer the nop "make test" over "make check".
Fix:
--- debian/rules.old 2017-10-14 23:06:56.000000000 +0000
+++ debian/rules 2017-10-14 23:07:00.000000000 +0000
@@ -25,8 +25,8 @@
override_dh_install:
dh_install --fail-missing -X.la
-#override_dh_auto_test:
-# dh_auto_test || true
+override_dh_auto_test:
+ make check
override_dh_makeshlibs:
dh_makeshlibs -Xusr/lib/gjs-1.0/ -V'libgjs0g (>= $(DEB_UPSTREAM_VERSION)), libgjs0-$(LIBMOZJS)' -- -c4
More information about the pkg-gnome-maintainers
mailing list