This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch enable-tests in repository pulseaudio.
commit 565a76d7b82c5643aa660501b35e460e271b2b08 Author: Felipe Sateler <[email protected]> Date: Tue Aug 5 10:29:01 2014 -0400 Disable test suite timeouts --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index b5d7d87..9e72ac7 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ export AUTOPOINT=intltoolize --automake --copy # Needed for testsuite export XDG_RUNTIME_DIR = $(CURDIR)/debian/tmp/tmp/xdgruntimedir +export CK_TIMEOUT_MULTIPLIER = 0 #Don't build all the modules packages when bootstrapping ifeq ($(words $(sort $(filter stage1,$(DEB_BUILD_PROFILES)))),1) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

