From b7dae9e8b854264ff9f0d40f6d178f04ce5fc5bb Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Sep 07 2020 11:59:08 +0000 Subject: fix test --- diff --git a/telepathy-qt.spec b/telepathy-qt.spec index 780d1cf..d83fcc4 100644 --- a/telepathy-qt.spec +++ b/telepathy-qt.spec @@ -32,6 +32,7 @@ Source0: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{v BuildRequires: cmake BuildRequires: python3-dbus, python3-devel BuildRequires: doxygen +BuildRequires: dbus-daemon %if 0%{?farstream} BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(farstream-0.2) @@ -102,7 +103,7 @@ Requires: telepathy-qt5%{?_isa} = %{version}-%{release} %check %if 0%{?enable_tests} export CTEST_OUTPUT_ON_FAILURE=1 -cmakemake test ARGS="--output-on-failure --timeout 300" -C %{_target_platform}-qt5 ||: +%ctest ||: %endif