Just minimize the false negatives when this is installed.
From: Alexander Todorov atodorov@redhat.com
--- tests/glade/run_glade_tests.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/tests/glade/run_glade_tests.sh b/tests/glade/run_glade_tests.sh index 8ebcbfe..9ff3a2f 100755 --- a/tests/glade/run_glade_tests.sh +++ b/tests/glade/run_glade_tests.sh @@ -5,6 +5,18 @@ if ! type parallel 2>&1 > /dev/null; then exit 99 fi
+if ! rpm -q gnome-icon-theme &> /dev/null; then + # used in icons/check_icons.py;tests/lib/iconcheck.py + echo "gnome-icon-theme must be installed" + exit 99 +fi + +if ! rpm -q gnome-icon-theme-symbolic &> /dev/null; then + # used in icons/check_icons.py;tests/lib/iconcheck.py + echo "gnome-icon-theme-symbolic must be installed" + exit 99 +fi + : "${top_srcdir:=$(dirname "$0")/../..}" . "${top_srcdir}/tests/testenv.sh" srcdir="${top_srcdir}/tests/glade"
It looks like we'd need this on master too, right?
It looks like we'd need this on master too, right?
Yes
Pushed to both master and rhel7-branch. Thanks.
Closed.
anaconda-patches@lists.fedorahosted.org