disable tests on arm to allow update for x86

This commit is contained in:
Frantisek Kluknavsky 2013-09-30 13:52:10 +02:00
parent 64a1bfa23d
commit 6dbfdbf430
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ mkdir -p %{buildroot}%{_includedir}/atlas
for type in %{types}; do
pushd %{_arch}_${type}
make check ptcheck
popd
done
%endif