[atlas] disable tests on arm to allow update for x86

Frantisek Kluknavsky fkluknav at fedoraproject.org
Mon Sep 30 11:52:08 UTC 2013


commit 6dbfdbf4305ec1de1d107d1cd233a0f0afd31830
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Mon Sep 30 13:52:10 2013 +0200

    disable tests on arm to allow update for x86

 atlas.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/atlas.spec b/atlas.spec
index fa75db2..0ec0449 100644
--- a/atlas.spec
+++ b/atlas.spec
@@ -492,6 +492,7 @@ mkdir -p %{buildroot}%{_includedir}/atlas
 for type in %{types}; do
 	pushd %{_arch}_${type}
 	make check ptcheck
+	popd
 done
 %endif
 


More information about the scm-commits mailing list