Tests disabled because gnulib tests fail see:

https://bugzilla.redhat.com/show_bug.cgi?id=1674672
This commit is contained in:
Richard W.M. Jones 2019-03-04 17:14:03 +00:00
parent da110766eb
commit e39253519c
1 changed files with 7 additions and 5 deletions

View File

@ -70,11 +70,13 @@ make %{?_smp_mflags}
# to differing SELinux labelling. # to differing SELinux labelling.
export SKIP_TEST_PRESERVE_SELINUX=1 export SKIP_TEST_PRESERVE_SELINUX=1
make %{?_smp_mflags} check || { # Tests disabled because gnulib tests fail see:
echo '===== tests/test-suite.log =====' # https://bugzilla.redhat.com/show_bug.cgi?id=1674672
cat tests/test-suite.log #make %{?_smp_mflags} check || {
exit 1 # echo '===== tests/test-suite.log ====='
} # cat tests/test-suite.log
# exit 1
#}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT