[plplot] Disable ocaml tests on arm too

Orion Poplawski orion at fedoraproject.org
Thu Aug 8 16:56:19 UTC 2013


commit b313e76c7c8c1afec1dc05cea00359425ea1869a
Author: Orion Poplawski <orion at nwra.com>
Date:   Thu Aug 8 10:56:11 2013 -0600

    Disable ocaml tests on arm too

 plplot.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plplot.spec b/plplot.spec
index f560aef..1f60e8b 100644
--- a/plplot.spec
+++ b/plplot.spec
@@ -421,7 +421,7 @@ LOGFILE=`mktemp`
 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)
+ctest -V -E 'compare|java|ocaml|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