[SCM] flac/master: drop (fake)root privileges, but still skip running test suite as it is *exhaustive*

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Dec 2 08:41:41 UTC 2014


The following commit has been merged in the master branch:
commit 62d7802b64664f7f64a7cb1c8ff9eb9271f8b0f9
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue Dec 2 09:42:42 2014 +0100

    drop (fake)root privileges, but still skip running test suite as it is *exhaustive*

diff --git a/debian/rules b/debian/rules
index f6d0c1c..5b7c992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,4 +26,7 @@ override_dh_auto_configure:
 		--disable-silent-rules
 
 override_dh_auto_test:
-	dh_auto_test --no-act
+	# drop (fake)root privileges,
+	# but still skip running test suite
+	# as it is *exhaustive*
+	env -u LD_PRELOAD dh_auto_test --no-act

-- 
flac packaging



More information about the pkg-multimedia-commits mailing list