Control: tag 682771 + patch

On Wed, 25 Jul 2012 15:55:34 +0200, gregor herrmann wrote:

> Skipping the test suite by setting DEB_BUILD_OPTIONS nocheck doesn't
> work. Looks like the override_dh_auto_test should use dh_auto_test
> instead of plain make.

Indeed the attached minimal patch seems to be enough.

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Maryse Nicolai: n/a
diff -Nru mozjs-1.8.5-1.0.0+dfsg/debian/rules mozjs-1.8.5-1.0.0+dfsg/debian/rules
--- mozjs-1.8.5-1.0.0+dfsg/debian/rules	2012-01-25 00:11:56.000000000 +0100
+++ mozjs-1.8.5-1.0.0+dfsg/debian/rules	2012-07-25 16:43:40.000000000 +0200
@@ -39,5 +39,5 @@
 		$(CONFIGURE_FLAGS)
 
 override_dh_auto_test:
-	make -C $(SRCDIR) -k check || true
+	dh_auto_test -- -C $(SRCDIR) -k check || true
 

Attachment: signature.asc
Description: Digital signature

Reply via email to