From 44e1b584180c2670f1369d2c811d10d449a6952b Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Jan 27 2014 20:20:11 +0000 Subject: disable test on i386 because otherwise python will not like that we use in test numbers higher then sys.maxint on i386 --- diff --git a/copr.spec b/copr.spec index d9b86b2..50fbe66 100644 --- a/copr.spec +++ b/copr.spec @@ -283,7 +283,7 @@ install -p -m 644 man/%{name}-selinux-relabel.8 %{buildroot}/%{_mandir}/man8/ %endif %check -%if %{with_test} && %{with_server} +%if %{with_test} && %{with_server} && %{_arch} == "x86_64" pushd coprs_frontend COPR_CONFIG="$(pwd)/config/copr_unit_test.conf" ./manage.py test popd