Do not ignore any tests in check
The aarch64 linker issues are long since resolved. We should enforce full %check for builds on all arches. Resolves: RHEL-169932
This commit is contained in:
parent
183368b3ca
commit
34ffc5a4c6
@ -56,7 +56,7 @@
|
||||
%endif
|
||||
|
||||
# Controls what ever we fail on failed tests
|
||||
%ifarch x86_64 %{arm} ppc64le s390x
|
||||
%ifarch x86_64 %{arm} ppc64le s390x aarch64
|
||||
%global fail_on_tests 1
|
||||
%else
|
||||
%global fail_on_tests 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user