[plplot] Disable java tests on arm again

Orion Poplawski orion at fedoraproject.org
Thu Aug 8 02:03:56 UTC 2013


commit 83df36257f55578ebc62dfd1115ec1c880d8f86d
Author: Orion Poplawski <orion at nwra.com>
Date:   Wed Aug 7 20:03:48 2013 -0600

    Disable java tests on arm again

 plplot.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index 314c5a9..246c13a 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -414,6 +414,9 @@ LOGFILE=`mktemp`
 %ifarch ppc ppc64
 ctest -V -E 'compare|ocaml|qt' &> $LOGFILE || (cat $LOGFILE && exit 1)
 %else
+%ifarch %{arm}
+ctest -V -E 'compare|java|qt' &> $LOGFILE || (cat $LOGFILE && exit 1)
+%else
 ctest -V -E 'compare|qt' &> $LOGFILE || (cat $LOGFILE && exit 1)
 %endif
 


More information about the scm-commits mailing list