Blame SOURCES/libnice-0.1.14-tests-koji.patch

5f17a8
From 527c30ba453753e75d3d31be29a277ea6adc17c0 Mon Sep 17 00:00:00 2001
5f17a8
From: Kamil Dudka <kdudka@redhat.com>
5f17a8
Date: Fri, 9 Feb 2018 19:10:20 +0100
5f17a8
Subject: [PATCH] tests: make the test-suite more verbose
5f17a8
5f17a8
... and skip test-gstreamer if user's home is not /builddir (a heuristic
5f17a8
to detect mock) because multicast traffic is blocked on Koji buildhosts.
5f17a8
---
5f17a8
 configure.ac | 4 ++--
5f17a8
 1 file changed, 2 insertions(+), 2 deletions(-)
5f17a8
5f17a8
diff --git a/configure.ac b/configure.ac
5f17a8
index 16988ad..b7b74fa 100644
5f17a8
--- a/configure.ac
5f17a8
+++ b/configure.ac
5f17a8
@@ -12,7 +12,7 @@ AC_CANONICAL_TARGET
5f17a8
 
5f17a8
 AC_CONFIG_SRCDIR([agent/agent.c])
5f17a8
 AC_CONFIG_HEADERS([config.h])
5f17a8
-AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability subdir-objects])
5f17a8
+AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability subdir-objects serial-tests])
5f17a8
 
5f17a8
 AC_CONFIG_FILES([
5f17a8
 	Makefile
5f17a8
@@ -263,7 +263,7 @@ AC_SUBST(gstplugindir)
5f17a8
 AC_SUBST(gstplugin010dir)
5f17a8
 
5f17a8
 AM_CONDITIONAL(WITH_GSTREAMER, test "$with_gstreamer" = yes)
5f17a8
-AM_CONDITIONAL(HAVE_GST_CHECK, test "$have_gst_check" = yes)
5f17a8
+AM_CONDITIONAL(HAVE_GST_CHECK, test "$have_gst_check" = yes -a "$HOME" != /builddir)
5f17a8
 AM_CONDITIONAL(WITH_GSTREAMER010, test "$with_gstreamer010" = yes)
5f17a8
 
5f17a8
 GUPNP_IGD_REQUIRED=0.2.4
5f17a8
-- 
5f17a8
2.13.6
5f17a8